From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17785 invoked by alias); 23 Jul 2009 01:53:12 -0000 Received: (qmail 17770 invoked by uid 22791); 23 Jul 2009 01:53:11 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Jul 2009 01:53:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9E6E52BAB2A; Wed, 22 Jul 2009 21:53:03 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8eGcAdz7CA6R; Wed, 22 Jul 2009 21:53:03 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3EF0E2BAB1A; Wed, 22 Jul 2009 21:53:03 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A70E1F58A0; Wed, 22 Jul 2009 18:53:00 -0700 (PDT) Date: Thu, 23 Jul 2009 01:53:00 -0000 From: Joel Brobecker To: Paul Pluzhnikov Cc: "nagaraju.m" , gdb@sourceware.org Subject: Re: gdb script Message-ID: <20090723015300.GF4952@adacore.com> References: <4A670F21.407@redpinesignals.com> <20090722213048.GD4952@adacore.com> <8ac60eac0907221734i18c1aa12sae62b0f2de115f32@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ac60eac0907221734i18c1aa12sae62b0f2de115f32@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00180.txt.bz2 > > That's actually the documented behavior. > > Really? I thought script execution stopped only on errors: Oops, I thought that the command not executed was part of a breakpoint command. Sorry about the confusion. -- Joel