From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9207 invoked by alias); 23 Apr 2005 02:15:02 -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 7835 invoked from network); 23 Apr 2005 02:14:43 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.205) by sourceware.org with SMTP; 23 Apr 2005 02:14:43 -0000 Received: by rproxy.gmail.com with SMTP id y7so1024458rne for ; Fri, 22 Apr 2005 19:14:43 -0700 (PDT) Received: by 10.11.94.24 with SMTP id r24mr6962cwb; Fri, 22 Apr 2005 19:14:43 -0700 (PDT) Received: by 10.11.99.23 with HTTP; Fri, 22 Apr 2005 19:14:43 -0700 (PDT) Message-ID: <7f45d93905042219147cf8dfad@mail.gmail.com> Date: Sat, 23 Apr 2005 02:15:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: gdb@sources.redhat.com Subject: Re: gdb 6.3 with an Abatron BDI2000 In-Reply-To: <20050420182155.GA30867@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7f45d9390504201114569256c0@mail.gmail.com> <20050420182155.GA30867@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00162.txt.bz2 On 4/20/05, Daniel Jacobowitz wrote: > On Wed, Apr 20, 2005 at 11:14:44AM -0700, Shaun Jackman wrote: > > I'm using gdb 6.3 to debug an ARM7TDMI with an Abatron BDI2000, a > > device which speaks the gdb remote protocol natively. Loading with gdb > > 6.3 does not work... > > > > GNU gdb 6.3 > > (gdb) target remote bdi:2001 > > Remote debugging using bdi:2001 > > start () at ../../arch-pathport/pathport-crt0.S:36 > > 36 b start0 > > Current language: auto; currently asm > > (gdb) load > > Loading section .text, size 0x2ac24 lma 0x2000000 > > Memory access error while loading section .text. >=20 > Try CVS GDB instead. This should be fixed. Do you know when this bug was introduced? I'd like to try the last released version of gdb prior to this bug. Cheers, Shaun