From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 306 invoked by alias); 7 Feb 2006 16:08:58 -0000 Received: (qmail 32763 invoked by uid 22791); 7 Feb 2006 16:08:57 -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; Tue, 07 Feb 2006 16:08:55 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F6VOf-0005q0-9L; Tue, 07 Feb 2006 11:08:53 -0500 Date: Tue, 07 Feb 2006 16:08:00 -0000 From: Daniel Jacobowitz To: Frederic Kwiatkowski Cc: gdb@sourceware.org Subject: Re: Remote Debugging on an ARM target Message-ID: <20060207160853.GA22385@nevyn.them.org> Mail-Followup-To: Frederic Kwiatkowski , gdb@sourceware.org References: <5fb065d90602070644mf12070bg@mail.gmail.com> <20060207144930.GA18262@nevyn.them.org> <5fb065d90602070706j5f95ebddp@mail.gmail.com> <20060207150958.GA19288@nevyn.them.org> <5fb065d90602070716p2429a8a9v@mail.gmail.com> <5fb065d90602070806o1da129c7x@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fb065d90602070806o1da129c7x@mail.gmail.com> User-Agent: Mutt/1.5.8i 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-02/txt/msg00048.txt.bz2 On Tue, Feb 07, 2006 at 05:06:06PM +0100, Frederic Kwiatkowski wrote: > I've got one last question > > Using GDB, i've got now a valid address but "??" appear: > 0x40000a70 in ?? () > > what is the meaning of these? It means that GDB doesn't have symbol information for that code address (not surprising, that's probably in the dynamic linker before your program starts running). -- Daniel Jacobowitz CodeSourcery