From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2656 invoked by alias); 5 Sep 2003 05:39:03 -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 2640 invoked from network); 5 Sep 2003 05:39:01 -0000 Received: from unknown (HELO smtp8.access.co.jp) (157.78.36.253) by sources.redhat.com with SMTP; 5 Sep 2003 05:39:01 -0000 Received: (qmail 9844 invoked from network); 5 Sep 2003 14:38:59 +0900 Received: from unknown (HELO smtp5.access.co.jp) (157.78.36.243) by 0 with SMTP; 5 Sep 2003 14:38:59 +0900 Received: (qmail 8099 invoked by alias); 5 Sep 2003 14:38:59 +0900 Received: (qmail 8076 invoked from network); 5 Sep 2003 14:38:58 +0900 Received: from unknown (HELO ACCESS3T8NOJPH) (157.78.68.136) by 0 with SMTP; 5 Sep 2003 14:38:58 +0900 Message-ID: <001001c37370$0118a6b0$88444e9d@access.co.jp> From: "Raja Saleru" To: "Raja Saleru" , Subject: remote serial protocol Date: Fri, 05 Sep 2003 05:39:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-09/txt/msg00072.txt.bz2 Dear all, I have a question related remote serial protocol used in gdb and gdbserver communication. The command Read Registers (g) Ex: [gdb] $g#67 [target] +0123456789abcdef0123456789..#xx issued by gdb to request the values of all target registers. The target replies with a single message containing ordered register values packed end-to-end. I wanted to know the ordering of the registers. Where it is documented?