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: gdbserver with X86_64


On Fri, Sep 01, 2006 at 02:31:50PM +0100, Cai Qian wrote:
> Oh, I see. Just realised
> 
> set architecture i386:x86-64
> 
> also work for me. However, it seems there is a problem with single step,
> 
> (gdb) s
> Cannot find bounds of current function

This is the standard error when you aren't somewhere with source
debugging information; if you have a symbol file loaded, and are
stopped in it (instead of in the startup code) it should go away.

-- 
Daniel Jacobowitz
CodeSourcery


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