From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28962 invoked by alias); 16 Sep 2009 07:04:29 -0000 Received: (qmail 28935 invoked by uid 22791); 16 Sep 2009 07:04:27 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_34,J_CHICKENPOX_45,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f180.google.com (HELO mail-px0-f180.google.com) (209.85.216.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 07:04:22 +0000 Received: by pxi10 with SMTP id 10so4195517pxi.24 for ; Wed, 16 Sep 2009 00:04:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.250.21 with SMTP id x21mr605425wfh.321.1253084661176; Wed, 16 Sep 2009 00:04:21 -0700 (PDT) In-Reply-To: <43B8D7FF75AE4627BF0FDB20BE51ED7E@ariga> References: <43B8D7FF75AE4627BF0FDB20BE51ED7E@ariga> From: Hui Zhu Date: Wed, 16 Sep 2009 07:04:00 -0000 Message-ID: Subject: Re: Does not stop at break point in GDB-remote To: ariga masahiro Cc: Doug Evans , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2009-09/txt/msg00214.txt.bz2 http://sourceware.org/gdb/current/onlinedocs/gdb_34.html GDB Remote Serial Protocol On Wed, Sep 16, 2009 at 14:57, ariga masahiro wrote: > Hello, > > Thank you,Doug,for your reply. > > Doug wrote, > ---- > \x03 is what gdb sends to interrupt the program running on the target > when, for example, you press Ctrl-C (while the target program is > running). > Maybe the stub isn't properly recognizing and handling it? > ---- > > I understood \x03 command. > I wish I could understand stub reply codes. > Do you know any technique to analyse them ? If =A0you happen to know how = to > debug =A0stub,would you please teach me ? Or please refer me to any docum= ents > . > I appreciate your help. > > Masahiro Ariga > > >