From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20031 invoked by alias); 1 Feb 2013 20:39:14 -0000 Received: (qmail 19745 invoked by uid 22791); 1 Feb 2013 20:39:11 -0000 X-SWARE-Spam-Status: No, hits=-7.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Feb 2013 20:39:07 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r11KcqCm017475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 1 Feb 2013 15:39:06 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r11K7Otf023691; Fri, 1 Feb 2013 15:07:24 -0500 Message-ID: <510C207B.7010700@redhat.com> Date: Fri, 01 Feb 2013 20:39:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: horseriver CC: gdb@sourceware.org Subject: Re: what is the mean of remote protocol "S 00"? References: <20130130222032.GA3131@debian.localdomain> In-Reply-To: <20130130222032.GA3131@debian.localdomain> Content-Type: text/plain; charset=ISO-8859-1 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: 2013-02/txt/msg00008.txt.bz2 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