From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Meissner To: "Michael S. Miles" Cc: GDB Mailing List Subject: Re: capture gdb output Date: Thu, 19 Apr 2001 13:44:00 -0000 Message-id: <20010419164449.A21666@cse.cygnus.com> References: <000001c0c8b6$5bbba0c0$97010110@thyronlocal> X-SW-Source: 2001-04/msg00145.html On Thu, Apr 19, 2001 at 08:54:04AM -0400, Michael S. Miles wrote: > I need to be able to capture all the output from my gdb session into some > type of log file. It seems like this is a feature that would definitely > exist, but I have been searching the sources and documentation for any > mention of this capability with no luck. > > Does anyone know if gdb has this functionality and if so, how to use it? > > If it helps, I am using the 03/20/01 snapshot of GDB on a Linux-i386 system. > I am also using it as a remote Linux kernel debugger although I don't > believe that is relevant. Besides using tee, you could run gdb within an emacs shell session (or use emacs' gdb mode) and copy the buffer to a file, or use the 'script' command that many Unixen provide (output is in the 'typescript' file). On older systems, xterm might have a logging option (which was disabled due to security concerns). -- Michael Meissner, Red Hat, Inc. (GCC group) PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA Work: meissner@redhat.com phone: +1 978-486-9304 Non-work: meissner@spectacle-pond.org fax: +1 978-692-4482