On Sat, Nov 26, 2011, Luis Useche wrote:
> For a project I need to single step a user space process while
> executing the fault handler. I was thinking that probably ddb single
> stepping can be reused but this is probably for kernel single stepping
> only. How about ptrace?

I am officially confused because the fault handler runs in the kernel.
If you want to step through a process then ptrace is what you want, or
it's slightly easier to use interface, gdb.

Reply via email to