From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15093 invoked by alias); 16 Mar 2006 17:25:42 -0000 Received: (qmail 15081 invoked by uid 22791); 16 Mar 2006 17:25:42 -0000 X-Spam-Check-By: sourceware.org Received: from web52009.mail.yahoo.com (HELO web52009.mail.yahoo.com) (206.190.48.92) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 16 Mar 2006 17:25:39 +0000 Received: (qmail 54570 invoked by uid 60001); 16 Mar 2006 17:25:37 -0000 Message-ID: <20060316172537.54568.qmail@web52009.mail.yahoo.com> Received: from [192.160.144.253] by web52009.mail.yahoo.com via HTTP; Thu, 16 Mar 2006 09:25:37 PST X-RocketYMMF: natkelcri Date: Thu, 16 Mar 2006 17:31:00 -0000 From: Larry Martell Reply-To: larry@software-horizons.com Subject: Re: Fully automating GDB (aka how to make canned command strings see the exit status) To: gdb@sources.redhat.com In-Reply-To: <1142529081.5372.14.camel@okra.transitives.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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-03/txt/msg00102.txt.bz2 --- Alex Bennee wrote: > how > do I tell if the program has exited successfully (in > which case I can > run again) to hitting the SEG and staying put for > when I come back in > the morning? Check the program's return status? -larry