From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11374 invoked by alias); 23 Jun 2004 17:59:25 -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 11354 invoked from network); 23 Jun 2004 17:59:22 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 23 Jun 2004 17:59:22 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BdC1q-0007RK-2x; Wed, 23 Jun 2004 13:59:22 -0400 Date: Wed, 23 Jun 2004 17:59:00 -0000 From: Daniel Jacobowitz To: Modi Banti Cc: gdb@sources.redhat.com Subject: Re: GDB Remote Debug protocol for ARM processor Message-ID: <20040623175921.GA27638@nevyn.them.org> Mail-Followup-To: Modi Banti , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00238.txt.bz2 On Wed, Jun 23, 2004 at 07:28:39PM +0200, Modi Banti wrote: > Hi All, > > If anybody has any document which explains the RDI for ARM > processor( handshaking and formats for register ) or any > stub implemented for ARM processor? Do you mean GDB's remote protocol, or ARM's RDI protocol? GDB's protocol is described in the GDB manual; RDI is an ARM proprietary protocol, and I don't believe there is any publicly available documentation for it. -- Daniel Jacobowitz