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] Reduce number of libthread_db load attempts


On 04/17/2012 07:56 PM, Jan Kratochvil wrote:

> Hi,
> 
> I have noticed GDB tries to load libthread_db again even if just a separate
> symbol file was loaded (producing more warning lines in the previous patch).


Won't this break, e.g., static executables with separate debug info?
IOW, an explanation of _why_ is it safe to skip this with "just a
separate symbol file" is missing.

-- 
Pedro Alves


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