This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: "set foo"
>>>>> "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.
Tom