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


On Thu, Apr 30, 2009 at 4:18 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:

> Attached.

Sorry, missed "space before parenth":

< +  return libpthread_name_p(so->so_name);
> +  return libpthread_name_p (so->so_name);

Fix attached.
-- 
Paul Pluzhnikov

Attachment: gdb-thread-db.20090430-1.txt
Description: Text document


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