This is the mail archive of the gdb@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: multi-thread remote debugging i386-linux target (NEED HELP)


Hi,

  Looking at the map of gdbserver :

00843000-00858000 r-xp 00000000 03:02 755706    
/lib/ld-2.3.2.so
00858000-00859000 rw-p 00015000 03:02 755706    
/lib/ld-2.3.2.so
0085b000-0098e000 r-xp 00000000 03:02 985716    
/lib/tls/libc-2.3.2.so
0098e000-00991000 rw-p 00132000 03:02 985716    
/lib/tls/libc-2.3.2.so
00991000-00994000 rw-p 00000000 00:00 0
00996000-0099b000 r-xp 00000000 03:02 983102    
/lib/tls/libthread_db-1.0.so
0099b000-0099c000 rw-p 00004000 03:02 983102    
/lib/tls/libthread_db-1.0.so
08048000-08053000 r-xp 00000000 03:05 412011    
/home/pchoi/work/tools/i386-linux/bin/gdbserver
08053000-08054000 rw-p 0000b000 03:05 412011    
/home/pchoi/work/tools/i386-linux/bin/gdbserver
08054000-08056000 rw-p 00000000 00:00 0
0964e000-0966f000 rw-p 00000000 00:00 0
bf56e000-bf56f000 rw-p 00000000 00:00 0
bff7a000-c0000000 rw-p fffdc000 00:00 0

  It seems it can load the libthread_db. So the path
should be correct.

  But I still can't see other threads being created.
So, what could be the possible problem???

  Pls advise. Thank you for your attention.

Regards.
Peter Choi


--- Daniel Jacobowitz <drow@false.org> wrote:

> On Sun, Nov 20, 2005 at 09:07:40PM -0800, Peter Choi
> wrote:
> > But...
> > 2. after breaking in the middle of my test
> program, I
> > examine the /proc/PID/maps:
> 
> You're looking at the map of your program. 
> libthread_db is in the
> address space of gdbserver.
> 
> > 3. I has tried "set debug remote 1" to examine the
> > remote protocol packets, but have no idea how
> shall
> > the expected packet look like??
> > 
> >   Please advise. Thank you for your attention.
> 
> I obviously need to write a troubleshooting guide
> for this.  I feel
> like I've walked a half-dozen people through it in
> the last two months,
> which is a sure sign the documentation needs to be
> improved.
> 
> Does any of this help?
> 
>   http://sourceware.org/ml/gdb/2005-11/msg00366.html
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery, LLC
> 



		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


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