From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29913 invoked by alias); 5 Mar 2004 03:48:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29906 invoked from network); 5 Mar 2004 03:48:28 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 5 Mar 2004 03:48:28 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1Az6K4-0003W3-3V; Thu, 04 Mar 2004 22:48:28 -0500 Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Daniel Jacobowitz To: "Nathan J. Williams" , gdb-patches@sources.redhat.com Subject: Re: [patch] gdbserver: print correct child exit status/signal Message-ID: <20040305034828.GG5320@nevyn.them.org> Mail-Followup-To: "Nathan J. Williams" , gdb-patches@sources.redhat.com References: <20040305030146.GC5320@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040305030146.GC5320@nevyn.them.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03/txt/msg00086.txt.bz2 On Thu, Mar 04, 2004 at 10:01:46PM -0500, Daniel Jacobowitz wrote: > On Mon, Mar 01, 2004 at 04:15:18PM -0500, Nathan J. Williams wrote: > > > > Something else I had in my tree. Gdbserver was printing exit statuses > > and termination signals from a variable that contained the in-protocol > > signal from a command, if anything. > > > > - Nathan > > > > 2004-03-01 Nathan J. Williams > > > > * server.c (main): Print child status or termination signal from > > variable 'signal', not 'sig'. > > Fancy that, you're quite right. This is OK also. Also committed to HEAD and 6.1. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29913 invoked by alias); 5 Mar 2004 03:48:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29906 invoked from network); 5 Mar 2004 03:48:28 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 5 Mar 2004 03:48:28 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1Az6K4-0003W3-3V; Thu, 04 Mar 2004 22:48:28 -0500 Date: Fri, 05 Mar 2004 03:48:00 -0000 From: Daniel Jacobowitz To: "Nathan J. Williams" , gdb-patches@sources.redhat.com Subject: Re: [patch] gdbserver: print correct child exit status/signal Message-ID: <20040305034828.GG5320@nevyn.them.org> Mail-Followup-To: "Nathan J. Williams" , gdb-patches@sources.redhat.com References: <20040305030146.GC5320@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040305030146.GC5320@nevyn.them.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03.o/txt/msg00086.txt Message-ID: <20040305034800.QleCwd0AK0QxIoNgsV8gZRGRduGsJMgyYajfwwvYqic@z> On Thu, Mar 04, 2004 at 10:01:46PM -0500, Daniel Jacobowitz wrote: > On Mon, Mar 01, 2004 at 04:15:18PM -0500, Nathan J. Williams wrote: > > > > Something else I had in my tree. Gdbserver was printing exit statuses > > and termination signals from a variable that contained the in-protocol > > signal from a command, if anything. > > > > - Nathan > > > > 2004-03-01 Nathan J. Williams > > > > * server.c (main): Print child status or termination signal from > > variable 'signal', not 'sig'. > > Fancy that, you're quite right. This is OK also. Also committed to HEAD and 6.1. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer