Remote debugging
Remote debugging
- Subject: Remote debugging
- From: Anshul Makkar <email@hidden>
- Date: Thu, 26 May 2005 18:47:13 +0530
Hello,
I am doing remote debugging of graphics kext . After stoopping at a
perticular break point I am not able to step into the function . I haven
given set step-mode on. But then also if I press 's' for step in it just
shows the function name.
Actually when I press s , control goes to next instruction , but
instead of showing the disassembled code it just shows the name of the
function .
What can be the problem, how can I show the disassembled code
instruction by instruction .
for eg (gdb) s
0x0008dd6c in ppc_usimple_lock ()
(gdb) s
0x0008dd70 in ppc_usimple_lock ()
(gdb) s
0x0008dd74 in ppc_usimple_lock ()
(gdb) s
0x0008dd78 in ppc_usimple_lock ()
(gdb) s
0x0008dd7c in ppc_usimple_lock ()
(gdb) s
0x0008dd80 in ppc_usimple_lock ()
(gdb) s
0x0008dd84 in ppc_usimple_lock ()
(gdb) s
0x0008dd88 in ppc_usimple_lock ()
(gdb) s
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden