From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3908 invoked by alias); 16 Sep 2009 06:58:09 -0000 Received: (qmail 3896 invoked by uid 22791); 16 Sep 2009 06:58:07 -0000 X-SWARE-Spam-Status: No, hits=1.8 required=5.0 tests=AWL,BAYES_40,J_CHICKENPOX_34,J_CHICKENPOX_45,SPF_PASS X-Spam-Check-By: sourceware.org Received: from pop132.ocn.ne.jp (HELO pop132.ocn.ne.jp) (60.37.31.215) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 06:58:03 +0000 Received: from ariga (p7066-ipbf705marunouchi.tokyo.ocn.ne.jp [222.149.53.66]) by pop132.ocn.ne.jp (OCN) with SMTP id n8G6vuF9028668; Wed, 16 Sep 2009 15:57:57 +0900 (JST) Message-ID: <43B8D7FF75AE4627BF0FDB20BE51ED7E@ariga> From: "ariga masahiro" To: "Doug Evans" Cc: References: Subject: Re: Does not stop at break point in GDB-remote Date: Wed, 16 Sep 2009 06:58:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit 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/msg00213.txt.bz2 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 you happen to know how to debug stub,would you please teach me ? Or please refer me to any documents . I appreciate your help. Masahiro Ariga