Remote debugging traces
Remote debugging traces
- Subject: Remote debugging traces
- From: Anshul Makkar <email@hidden>
- Date: Mon, 16 May 2005 20:14:31 +0530
hello ,
I am doing remote debugging of my kext through gdb.
In my kext I have put lot of IOLogs. When in my target system I
load the kext , on remote host none of the IOLogs get printed.
But if I put break points at different functions eg start, probe
etc then IOLogs in the respective functions are printed on the remote host.
I want that when I load the kext all the IOlogs that are
encountered during the loading of the kext (ie during the calling of
different functions) should be printed on the remote host (without
putting any break point) . I also want to break in between , during the
loading of the kext ie I dont want to set the break point in the beginning.
Is there a way to achieve the above task , Please help.
Thanking You
_______________________________________________
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