From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14704 invoked by alias); 31 Jan 2013 08:03:22 -0000 Received: (qmail 14696 invoked by uid 22791); 31 Jan 2013 08:03:22 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DATE_IN_PAST_06_12,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f47.google.com (HELO mail-pb0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Jan 2013 08:03:19 +0000 Received: by mail-pb0-f47.google.com with SMTP id rp8so1482494pbb.6 for ; Thu, 31 Jan 2013 00:03:19 -0800 (PST) X-Received: by 10.68.204.103 with SMTP id kx7mr20031748pbc.33.1359619399091; Thu, 31 Jan 2013 00:03:19 -0800 (PST) Received: from localhost ([123.150.196.88]) by mx.google.com with ESMTPS id gv9sm4277312pbc.21.2013.01.31.00.03.15 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 31 Jan 2013 00:03:18 -0800 (PST) Date: Thu, 31 Jan 2013 08:03:00 -0000 From: horseriver To: gdb@sourceware.org Subject: what is the mean of remote protocol "S 00"? Message-ID: <20130130222032.GA3131@debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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-01/txt/msg00094.txt.bz2 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? thanks!