site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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 This email sent to site_archiver@lists.apple.com
participants (1)
-
Anshul Makkar