Dag-Erling Smorgrav writes:
 > Andrew Gallatin <[EMAIL PROTECTED]> writes:
 > > Can you look at the registers and match $ra with a line number using
 > > addr2line or gdb?  (sorry, forgot if ddb can even look at registers)
 > 
 > Uh, I know *where* it stops since I added the call to Debugger() in
 > the first place.  The problem is figuring out where it was called
 > from, three or four levels up.
 > 

Yeah, if its 3 levels, you're screwed.

You might be able to get some idea of what's happening by enabling KTR
and tracing everything, then dumping the trace buffer at your
breakpoint.

BTW, thanks for persisting in this.  I appreciate it.

Drew



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to