From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10196 invoked by alias); 24 Jul 2009 06:18:26 -0000 Received: (qmail 10182 invoked by uid 22791); 24 Jul 2009 06:18:23 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33 X-Spam-Check-By: sourceware.org Received: from mail.redpinesignals.com (HELO mail.redpinesignals.com) (203.196.161.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Jul 2009 06:18:13 +0000 Received: from [192.168.40.83] ([192.168.40.83]) (authenticated user nagaraju.m@redpinesignals.com) by mail.redpinesignals.com; Fri, 24 Jul 2009 11:40:39 +0530 Message-ID: <4A695166.5080709@redpinesignals.com> Date: Fri, 24 Jul 2009 06:18:00 -0000 From: "nagaraju.m" User-Agent: Thunderbird 2.0.0.17 (X11/20081009) MIME-Version: 1.0 To: Paul Pluzhnikov CC: Joel Brobecker , gdb@sourceware.org Subject: Re: gdb script References: <4A670F21.407@redpinesignals.com> <20090722213048.GD4952@adacore.com> <8ac60eac0907221734i18c1aa12sae62b0f2de115f32@mail.gmail.com> <20090723015300.GF4952@adacore.com> In-Reply-To: <20090723015300.GF4952@adacore.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/msg00186.txt.bz2 Hi Paul, I have tried with the options you suggested gdb -q -nx -x gdb.cmd ./a.out but it is also ended with same issue. Paul, I have raised "SIGINT" signal in my target for hitting the breakpoint is this signal causing the issue. Thanks, Nagaraju M Joel Brobecker wrote: >>> 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. > >