From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26171 invoked by alias); 23 Jun 2004 18:19:31 -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 26090 invoked from network); 23 Jun 2004 18:19:30 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 23 Jun 2004 18:19:30 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BdCLI-0000OC-ND; Wed, 23 Jun 2004 14:19:28 -0400 Date: Wed, 23 Jun 2004 18:19:00 -0000 From: Daniel Jacobowitz To: Ian Lance Taylor Cc: Modi Banti , gdb@sources.redhat.com Subject: Re: GDB Remote Debug protocol for ARM processor Message-ID: <20040623181928.GA1446@nevyn.them.org> Mail-Followup-To: Ian Lance Taylor , Modi Banti , gdb@sources.redhat.com References: <20040623175921.GA27638@nevyn.them.org> 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/msg00240.txt.bz2 On Wed, Jun 23, 2004 at 02:04:59PM -0400, Ian Lance Taylor wrote: > Daniel Jacobowitz writes: > > > On Wed, Jun 23, 2004 at 07:28:39PM +0200, Modi Banti wrote: > > > > 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. > > But, of course, you can reverse engineer RDI from the contents of the > gdb/rdi-share directory. Yes and no. First of all, it's pretty nasty code, and it's known to be unreliable; and secondly, that's RDI 1.0. The current version of RDI is IIRC 1.5.1, and is substantially different. -- Daniel Jacobowitz