From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19459 invoked by alias); 2 Feb 2013 04:43:52 -0000 Received: (qmail 19450 invoked by uid 22791); 2 Feb 2013 04:43:51 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f45.google.com (HELO mail-bk0-f45.google.com) (209.85.214.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Feb 2013 04:43:44 +0000 Received: by mail-bk0-f45.google.com with SMTP id i18so2104699bkv.32 for ; Fri, 01 Feb 2013 20:43:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.204.150.134 with SMTP id y6mr3488688bkv.15.1359780223300; Fri, 01 Feb 2013 20:43:43 -0800 (PST) Received: by 10.205.15.135 with HTTP; Fri, 1 Feb 2013 20:43:43 -0800 (PST) In-Reply-To: <510C207B.7010700@redhat.com> References: <20130130222032.GA3131@debian.localdomain> <510C207B.7010700@redhat.com> Date: Sat, 02 Feb 2013 04:43:00 -0000 Message-ID: Subject: Re: what is the mean of remote protocol "S 00"? From: John Smith To: Pedro Alves , gdb Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable 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: 2013-02/txt/msg00010.txt.bz2 That is saying I can not know the stop reason ? In this case , gdb will stop at the $eip in "g" packet=A3=AC which is sent from the target side ? Is there method to know why the target stoped? Thanks=A3=A1 2013/2/2 Pedro Alves : > On 01/30/2013 10:20 PM, horseriver wrote: >> hi:) >> >> When using remote debug, target reply a "S 00" packet to gdb side, >> >> I know this is a signal notify. >> >> what will gdb do for signal 0? > > signal 0 means the target stopped with no signal at all. > It just stopped. GDB will just say the target stopped. > > -- > Pedro Alves >