This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remote Debugging on an ARM target


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]