From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12965 invoked by alias); 1 Sep 2006 17:03:40 -0000 Received: (qmail 12957 invoked by uid 22791); 1 Sep 2006 17:03:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 01 Sep 2006 17:03:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GJCQY-0004Ch-Nb; Fri, 01 Sep 2006 13:03:34 -0400 Date: Fri, 01 Sep 2006 17:03:00 -0000 From: Daniel Jacobowitz To: =?iso-8859-1?Q?Fabr=EDcio?= de Novaes Kucinskis Cc: Paul Koning , gdb@sourceware.org Subject: Re: RES: Does GDB use VMA addresses when uploading an image to debug in a remote target? Message-ID: <20060901170334.GA16037@nevyn.them.org> Mail-Followup-To: =?iso-8859-1?Q?Fabr=EDcio?= de Novaes Kucinskis , Paul Koning , gdb@sourceware.org References: <20060901160410.GA13927@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00015.txt.bz2 On Fri, Sep 01, 2006 at 01:57:31PM -0300, Fabrício de Novaes Kucinskis wrote: > Hello Daniel, > > > I'm using GDB 5.2, an old version from mid-2002. I didn't know if the way > this version loads addresses was right, or if it was a bug. You explained to > me that GDB uses VMA by default, and you were probably right - for that > version. Aha - I might be mistaken, but it looks as if this was fixed about a month after GDB 5.2 branched. GDB has always requested the LMA, but in mid-April a BFD bug was fixed in the setting of LMAs. Thanks for responding. -- Daniel Jacobowitz CodeSourcery