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]

[Bug threads/13448] char[] thread local variables displayedincorrectly


http://sourceware.org/bugzilla/show_bug.cgi?id=13448

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2011-11-29 18:13:24 UTC ---
I am not sure what changed since 7.2, but the bug is that
decode_locdesc (ugh) returns 0 for "myname", because it has
a non-trivial DW_AT_location.  This leaves it out of the psymtab,
so "print myname" finds the minimal symbol, which doesn't have a type.
A "bt" causes full symbols to be read, making this work again.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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