This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/2112: backtrace doesn't do logging when using TUI


>Number:         2112
>Category:       gdb
>Synopsis:       backtrace doesn't do logging when using TUI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 08 02:08:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     g3db@saaworld.com
>Release:        6.4
>Organization:
>Environment:
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-elf".
>Description:
I built the gdb myself using a tarball from gnu.org:

tar xjf gdb-6.4.tar.bz2 
cd gdb-6.4
./configure --prefix=/usr/local/armdev-3.4.3 --target=arm-elf
make
make install

I invoked it as arm-elf-gdbtui on my Fedora Core 4 box.  
I did "set logging on" and then did a series of commands that included "bt"'s.  When I looked at gdb.txt, none of the bt output was in it.  I then tried it again after quitting and running non-TUI (arm-elf-gdb) and the logging of bt worked fine.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]