From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28851 invoked by alias); 4 Dec 2002 15:22:17 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28803 invoked from network); 4 Dec 2002 15:22:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Dec 2002 15:22:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB4EvBP01229 for ; Wed, 4 Dec 2002 09:57:11 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB4FMDD14367; Wed, 4 Dec 2002 10:22:13 -0500 Received: from valrhona.uglyboxes.com (IDENT:OWyUUWkKmYZUZrD+SSG7+468hTTPHjsF@vpn50-33.rdu.redhat.com [172.16.50.33]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB4FMC929426; Wed, 4 Dec 2002 10:22:12 -0500 Date: Wed, 04 Dec 2002 07:22:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: James Sampson cc: GDB Archive Subject: Re: Outputting to a file? In-Reply-To: <20021204151556.86C6666875@postfix3.ofir.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-12/txt/msg00074.txt.bz2 On Wed, 4 Dec 2002, James Sampson wrote: > Do any of you know if it's possible to get the GDB to send the commands used > for remote debugging in a file, instead of on the serial port (Filling up the > file with commands)?. Maybe this: (gdb) help set remotelogfile Set filename for remote session recording. This file is used to record the remote session for future playback by gdbserver. Keith