site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Nicolas _______________________________________________ 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... I have not done a lot of two machine debugging so I could be wrong, but I think you can just run the linux gdb on the linux machine and connect to the OS X machine. Unfortunately, the gdb on the linux does not know how to read the mach-o file format, which is used on Darwin. dwarf2read.c is unpatched - it's identical to Apple's stock 292 file, but something about trying to compile it under Debian sarge seems to break something. If this is the only error you get, then the fastest way for you to go would be to simply comment out the incriminated lines: functions in dwarf2read.c are probably never called, since the dwarf-2 debugging format is not supported under Darwin. This email sent to site_archiver@lists.apple.com