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: GDB cannot find line info


> Is there any GDB internal command I could use to understand the problem?

try the GDB/MI -symbol-list-lines command to dump the line table as
known by GDB. Looks like it might be empty... After that, the only
method I know to diagnose this sort of issue is debugging GDB while
it is reading the line table.

-- 
Joel


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