From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9300 invoked by alias); 4 Feb 2013 10:38:50 -0000 Received: (qmail 9290 invoked by uid 22791); 4 Feb 2013 10:38:49 -0000 X-SWARE-Spam-Status: No, hits=-4.3 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-we0-f177.google.com (HELO mail-we0-f177.google.com) (74.125.82.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Feb 2013 10:38:43 +0000 Received: by mail-we0-f177.google.com with SMTP id d7so4651859wer.36 for ; Mon, 04 Feb 2013 02:38:42 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.57.231 with SMTP id l7mr15061868wjq.9.1359974321977; Mon, 04 Feb 2013 02:38:41 -0800 (PST) Received: by 10.194.155.35 with HTTP; Mon, 4 Feb 2013 02:38:41 -0800 (PST) In-Reply-To: References: <20130130222032.GA3131@debian.localdomain> <510C207B.7010700@redhat.com> Date: Mon, 04 Feb 2013 10:38:00 -0000 Message-ID: Subject: Re: what is the mean of remote protocol "S 00"? From: David Paterson To: John Smith Cc: Pedro Alves , gdb Content-Type: text/plain; charset=UTF-8 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/msg00011.txt.bz2 On 2 February 2013 04:43, John Smith wrote: > That is saying I can not know the stop reason ? > In this case , gdb will stop at the $eip in "g" packet=EF=BC=8C which is= sent > from the target side ? > Is there method to know why the target stoped? That really depends on your target and remote server. You might be able to work out the reason by examining the call stack, or looking at status or trap registers if your hardware has such things. If the remote server can't give you a better indication of the stop reason,= then perhaps it's not possible to work it out, and it defaults to "00". Regards, David P.