This is the mail archive of the gdb@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]

Re: "set foo"


> From: Tom Tromey <tromey@redhat.com>
> Cc: brobecker@adacore.com, gdb@sourceware.org
> Date: Mon, 26 Apr 2010 21:11:05 -0600
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> For DWARF, GDB does two passes over the debuginfo.  The first time it
> >> reads "partial symbols".  There are some maint commands ("apropos partial")
> >> to dump this info, that might be helpful to you.
> 
> Eli> "maint info psymbols" indeed does not show "struct Lisp_Symbol", which
> Eli> was the reason I added "set Fmake_symbol" to .gdbinit.
> 
> One thing you could do is dump the dwarf for the CU holding Fmake_symbol.
> Then look for the definition of struct Lisp_Symbol.  Just those DIEs
> might be enough to see the problem.
> 
> Or you could dump all the dwarf and get it to me somehow.

Can GDB dump that?


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