site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) hello , I am doing remote debugging of my kext through gdb. 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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. This email sent to site_archiver@lists.apple.com