From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17057 invoked by alias); 24 Jul 2009 06:39:26 -0000 Received: (qmail 17047 invoked by uid 22791); 24 Jul 2009 06:39:23 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Jul 2009 06:39:13 +0000 Received: from spaceape10.eur.corp.google.com (spaceape10.eur.corp.google.com [172.28.16.144]) by smtp-out.google.com with ESMTP id n6O6dAGt024287 for ; Fri, 24 Jul 2009 07:39:10 +0100 Received: from qw-out-1920.google.com (qwc5.prod.google.com [10.241.193.133]) by spaceape10.eur.corp.google.com with ESMTP id n6O6d7AP003619 for ; Thu, 23 Jul 2009 23:39:08 -0700 Received: by qw-out-1920.google.com with SMTP id 5so764646qwc.12 for ; Thu, 23 Jul 2009 23:39:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.86.145 with SMTP id s17mr802815qcl.10.1248417547274; Thu, 23 Jul 2009 23:39:07 -0700 (PDT) In-Reply-To: <4A695166.5080709@redpinesignals.com> References: <4A670F21.407@redpinesignals.com> <20090722213048.GD4952@adacore.com> <8ac60eac0907221734i18c1aa12sae62b0f2de115f32@mail.gmail.com> <20090723015300.GF4952@adacore.com> <4A695166.5080709@redpinesignals.com> Date: Fri, 24 Jul 2009 06:39:00 -0000 Message-ID: <8ac60eac0907232339j6ba88e1cj8f620bf487775303@mail.gmail.com> Subject: Re: gdb script From: Paul Pluzhnikov To: "nagaraju.m" Cc: Joel Brobecker , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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/msg00187.txt.bz2 On Thu, Jul 23, 2009 at 11:15 PM, nagaraju.m wrote: > =A0Paul, I have raised "SIGINT" signal in my target for hitting the break= point > is this signal causing the issue. I have very little experience with embedded targets, and have absolutely no clue on how to interpret your statement above. But I think that yes, SIGINT may have something to do with the problem, as GDB is probably expecting SIGTRAP, not SIGINT. --=20 Paul Pluzhnikov