This is the mail archive of the gdb-prs@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: threads/2256: gdbserver thread


The following reply was made to PR threads/2256; it has been noted by GNATS.

From: "Tobias Schulz" <Royal-TS@gmx.de>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: threads/2256: gdbserver thread  
Date: Mon, 23 Apr 2007 12:06:47 +0200

 Hello,
 i tried to use the file command :
 
 client:
 gdbserver all:10000 ./master1
 
 Server:
 gdb
 -> file ./master
 -> target remote 192.168.100.xxx:10000 ./master1
 -> break 21
 -> continue
 -> c
 -> info threads
 
 but i still cant analyse the threads.
 
 solib-absolute-prefix is set on "" by standard.
 I looked with ldd ./master  an all used libs are in /lib ... 
 
 I tried to set the path to /lib and after this I got:
 "Error while mapping shared library sections:
 /lib/libpthead.so.0: No such file or directory."
 same text for libc.so.6 and ld-linux.so.2
 the files exists at these places (on the target and on the debug computer too)
 
 Did you mean these two solutions or did i misunderstand your post?
 
 --------------------
 Tobias S.
 -- 
 "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
 Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail


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