This is the mail archive of the gdb-patches@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: [patch] Speed up find_pc_section


> What is the correct way to load just the debugging info ?  These
> object files are loaded using 'symbol_file_add_from_bfd' and I thought
> it was the only  way.

I am not sure yet; I don't even know if there is a way. How do we do it
in case of .gnu_debug_link? symbol_file_add_from_bfd might be the only
way right now, but it does cause GDB to load too much, right? (symbol table,
sections, etc). (I was wondering out loud more than anything)

-- 
Joel


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