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: How to avoid stepping inside libpthread


On Wed, Jul 11, 2007 at 03:18:20PM +0900, Atsushi Nemoto wrote:
> When I keep typing "next" command in debug session, gdb might try to
> do single stepping inside libpthread.  And on atomic operations (LL/SC
> loop, as I'm using Linux/MIPS), the single stepping never ends.

Andreas answered this; we could fix it for MIPS, now.

> (gdb) 
> warning: GDB can't find the start of the function at 0x2ab0ae88.

I don't know why this happens, no.  Something must be wrong.  info
shared still works, right?


-- 
Daniel Jacobowitz
CodeSourcery


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