From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11242 invoked by alias); 20 Apr 2005 18:14:52 -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 11113 invoked from network); 20 Apr 2005 18:14:44 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.195) by sourceware.org with SMTP; 20 Apr 2005 18:14:44 -0000 Received: by rproxy.gmail.com with SMTP id a36so198348rnf for ; Wed, 20 Apr 2005 11:14:44 -0700 (PDT) Received: by 10.11.99.18 with SMTP id w18mr29088cwb; Wed, 20 Apr 2005 11:14:44 -0700 (PDT) Received: by 10.11.99.23 with HTTP; Wed, 20 Apr 2005 11:14:44 -0700 (PDT) Message-ID: <7f45d9390504201114569256c0@mail.gmail.com> Date: Wed, 20 Apr 2005 18:14:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: gdb@sources.redhat.com Subject: gdb 6.3 with an Abatron BDI2000 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-04/txt/msg00129.txt.bz2 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. ... but loading with gdb 5.2.1 does work. GNU gdb 5.2.1 (gdb) target remote bdi:2001 Remote debugging using bdi:2001 0x00000004 in ?? () (gdb) load Loading section .text, size 0x2ac24 lma 0x2000000 Loading section .rodata, size 0x6f48 lma 0x202ac24 Loading section .data, size 0x1818 lma 0x2031c6c Start address 0x2000000, load size 209796 Transfer rate: 167836 bits/sec, 298 bytes/write. Any ideas? Cheers, Shaun