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 exp/13800] gdb does not print right values of getopt-relatedvalues


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

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2012-03-06 19:02:32 UTC ---
Another weird thing this uncovered is our handling of LOC_UNRESOLVED.
Currently in the main objfile, things like optind are LOC_UNRESOLVED.
This causes them to be looked up as minsyms to find their values.
But in my case I have glibc debuginfo installed, and it seems to me
that it would be better to first defer to their definitions coming
from there.

-- 
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]