Re: Debugging on one machine?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dan Joumaa writes:
Hello,
I'd like to debug my device drivers to make my life a whole lot easier. But the thing is, I only have one mac on my household network. The other two computers are Windows computers. As I've read, I have to debug with another mac. Knowing this, is there any way I can debug without buying another machine?
You don't actually have to debug with another mac, it just makes life much, much, much easier. You could install freebsd or linux on one of the x86 machines and use a cross-built gdb to do 2 machine debugging. I have a cross built gdb for freebsd, and others have done it for linux. You might be able take a network dump by building kdumpd for windows and run it on windows. I run kdumpd on freebsd, for example. If your time is worth anything to you, it might be cheaper to just buy another machine to help with debugging. Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin