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 15:28:56 +0200

 oh ok.. i made a new try....
 
 i copied the TARGET/lib to DEBUG/tmp/test/tarlibs/lib
 
  -> gdb
  -> set solib-absolute-prefix /tmp/test/tarlibs
  -> file ./master1
 
 Reading symbols from /tmp/test/master1...done
 Using host libthread_db library "/lib/libthread_db.so.1".
 
  -> target remote 192.168.100.xxx:10000 ./master1
 
 Remote debugging using 192.168.101.XXX:10000 ./master1
 0x40001ef0 in ?? () from /tmp/test/tarlibs/lib/ld-linux.so.2
 
  -> c
 
 and when the thread stopps i get this message:
 
 Program received signal SIGINT, Interrupt.
 0x400d3671 in nanosleep () from /tmp/test/tarlibs/lib/libc.so.6
 
 the libthread... are the same files.
 
 Current status:
 if i start the debug process by pressing "c" the second thread start working.. if i press c again the first thread starts too but i dont get a command line any more.. i can stop the first thread by pressing ctrl+c then a have my command line again... and info threads shows me only one thread :(
 
 greets
 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]