From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9743 invoked by alias); 28 Jun 2006 02:26:57 -0000 Received: (qmail 9733 invoked by uid 22791); 28 Jun 2006 02:26:55 -0000 X-Spam-Check-By: sourceware.org Received: from eth13.com-link.com (HELO real.realitydiluted.com) (208.242.241.164) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Jun 2006 02:26:53 +0000 Received: from localhost ([127.0.0.1]) by real.realitydiluted.com with esmtp (Exim 4.62) (envelope-from ) id 1FvPlR-0003BU-8w; Tue, 27 Jun 2006 21:26:49 -0500 Message-ID: <44A1CCC5.1090606@realitydiluted.com> Date: Thu, 29 Jun 2006 11:53:00 -0000 From: "Steven J. Hill" User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: "FALE(Leopold Faschalek)" CC: gdb@sourceware.org Subject: Re: Linux threads and insight 6.4 / 6.5 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.1.3 on real.realitydiluted.com summary: Content analysis details: (-1.4 out of 5.0 points required) pts rule name description --- --------------------- --------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00257.txt.bz2 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