Re: Can't build Apple's GDB on Linux
Re: Can't build Apple's GDB on Linux
- Subject: Re: Can't build Apple's GDB on Linux
- From: Nicolas Setton <email@hidden>
- Date: Mon, 13 Dec 2004 17:07:21 +0100
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.
Nicolas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden