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][rfc] Allow GDB to search for the right libthread_db.so.1


> Date: Thu, 30 Apr 2009 16:18:26 -0700
> From: Paul Pluzhnikov <ppluzhnikov@google.com>
> Cc: Hui Zhu <teawater@gmail.com>, tromey@redhat.com,         Thiago Jung Bauermann <bauerman@br.ibm.com>,         gdb-patches ml <gdb-patches@sourceware.org>,         Eli Zaretskii <eliz@gnu.org>
> 
> 	* NEWS: Mention set/show libthread-db-search-path.

This part is okay.

> doc/ChangeLog
> 
> 2009-04-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
> 
> 	* gdb.texinfo (Threads): Document libthread-db-search-path.

This part is also okay.

> +	warning (_("Unable to find libthread_db matching inferior's thread"
> +		   " library, thread debugging will not be available."));

Is thread debugging indeed completely impossible without libthread_db?
If not, perhaps this warning (and the corresponding description in the
manual) should be amended somehow.

Thanks.


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