Re: PE_enter_debugger("debug")
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Arvind Dalvi writes:
Hello Andrew,
I did guessed that earlier.....but thought the driver writer would have definitely added the support, as during the driver development he indeed would have required the debugging of the driver itself.
The emulated network card is AMDPCNET.
I didn't think AMDPCNET was part of darwin. If you have the source, check for sendPacket and receivePacket methods. If you don't have source, you can run nm on the driver and check for sendPacket and receivePacket methods. If you have the source, you could add the methods yourself.
FireWire will not be option under VMware, but COM port can be....
Does Mac support COM/USB port debugging?
No, nor local crashdumps. If you don't have a firewire, or NIC which supports kdp, you're pretty well hosed. Drew _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin