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: Remote mutli-threaded debugging with large number of threads


m.sikorski0@poczta.onet.pl writes:
> Hello,
> I faced recently strange issue using remote gdb debugging (cross i386-ppc). With ~60 threaded application debugging does not work well. 
>
> Info threads returns incomplete information:
> (gdb) info threads
>   60 Thread 2150  0x00000000 in ?? ()
>   59 Thread 2151  0x00000000 in ?? ()
>   58 Thread 2152  0x00000000 in ?? ()
>   57 Thread 2153  0x00000000 in ?? ()
>   56 Thread 2155  0x00000000 in ?? ()
>   55 Thread 2156  0x00000000 in ?? ()
>   54 Thread 2157  0x00000000 in ?? ()
> ...

That is disappointing.  Can you type 'set debug remote 1' and see what
information the stub is returning to GDB for these threads?


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