This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Linux threads and insight 6.4 / 6.5
- From: "Steven J. Hill" <sjhill at realitydiluted dot com>
- To: "FALE(Leopold Faschalek)" <FALE at skidata dot com>
- Cc: gdb at sourceware dot org
- Date: Tue, 27 Jun 2006 19:26:45 -0500
- Subject: Re: Linux threads and insight 6.4 / 6.5
- References: <B89BA7A4AEC51A4B82EAB2DEDCEFCA3F0123CF95@sdexsrv.skidata.net>
FALE(Leopold Faschalek) wrote:
>
> The thread model is linuxthreads (not NPTL).
>
> ================== target ======================
> /img # ./gdbserver64 192.168.184.10:5000 ./test
> Process ./test created; pid = 370
> Listening on port 5000
> Remote debugging from host 192.168.184.10
>
> Child terminated with signal = 9
>
> Child terminated with signal = 0x9
> GDBserver exiting
>
That's okay. I'm using NPTL on MIPS with the latest gdbserver (6.5) and
it does the exact same thing for me, kind of. Mine exits with signal 5.
As usual, threads support is iffy.
-Steve