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: Howto single step from beginning


On Thu, Feb 02, 2006 at 05:45:00PM +1300, Paul Blacquiere wrote:
> child:target_xfer_partial (2, (null), 0x1fc248,  0x0,  0x8094, 4) = 4, 
> bytes =
> 00 e0 a0 e3
> child:target_xfer_partial (2, (null), 0x0,  0x18c436,  0x8094, 4) = 4, 
> bytes =
> fe de ff e7

Remind me again what version of GDB you're using?  And it is configured
for arm-linux, right?  Or maybe you're debugging a uClibc static binary
that doesn't have the correct ABI markings?

That's an arm-elf breakpoint.  It doesn't work on arm-linux systems.

Does "show osabi" reveal anything?

-- 
Daniel Jacobowitz
CodeSourcery


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