From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28346 invoked by alias); 4 Nov 2002 14:22:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28245 invoked from network); 4 Nov 2002 14:22:14 -0000 Received: from unknown (HELO mail.alcatel.be) (195.207.101.250) by sources.redhat.com with SMTP; 4 Nov 2002 14:22:14 -0000 Received: from alcatel.be (relay3 [127.0.0.1]) by mail.alcatel.be (8.11.0/8.11.4) with ESMTP id gA4EEh119214 for ; Mon, 4 Nov 2002 15:14:43 +0100 Message-ID: <3DC68303.8E34E69B@alcatel.be> Date: Mon, 04 Nov 2002 06:22:00 -0000 From: Jan Van Belle Organization: Alcatel Telecom X-Accept-Language: en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: STEP and CONTINUE in GDB REMOTE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00027.txt.bz2 Hello all, I'm struggling with the Remote Protocol (over TCP, but I guess that doesn't matter). For the moment I can download my code onto the (not yet existing --> virtual) target, read registers, write registers, read code and write code. So now I arrived for the big job: STEP (single or not) and CONTINUE. The manual says you have many possibilities to indicate the target has stopped. For the moment I use: $S05#xx , but this is just a stub to satisfy GDB. Can someone explain me (or point me to a good description) the syntax of 'all' the possible responses?? --> $Txxx:yyyy#zzz --> $Wxxx#yyy --> $Sxxx#yyy --> ... It would be a great help (for me and many others ;-) ) Kind regards, Jan