From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14879 invoked by alias); 23 Jun 2004 18:05:13 -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 14862 invoked from network); 23 Jun 2004 18:05:11 -0000 Received: from unknown (209.128.65.135) by sourceware.org with QMTP; 23 Jun 2004 18:05:11 -0000 Received: (qmail 11716 invoked by uid 10); 23 Jun 2004 18:05:10 -0000 Received: (qmail 19540 invoked by uid 500); 23 Jun 2004 18:04:59 -0000 From: Ian Lance Taylor To: Daniel Jacobowitz Cc: Modi Banti , gdb@sources.redhat.com Subject: Re: GDB Remote Debug protocol for ARM processor References: <20040623175921.GA27638@nevyn.them.org> Date: Wed, 23 Jun 2004 18:05:00 -0000 In-Reply-To: <20040623175921.GA27638@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-06/txt/msg00239.txt.bz2 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. Ian