From: Scott Anderson <hidden> Date: 2001-11-08 17:37:02
On Thursday, November 8, 2001, at 05:36 AM, Mark Pilon wrote:
> I'll try poking
> around w/ gdb/abatron but am not sure how to find the exec'd shell.
I hacked up some user defined functions in gdb to let me do ps
and some other things that I found useful for kernel debugging.
I've attached my .gdbinit so you can see what I did. Warning:
there are some processor specific bits in some of the functions,
but the ps function "should just work".
Scott Anderson