Re: Different GDB than the native processors.
Re: Different GDB than the native processors.
- Subject: Re: Different GDB than the native processors.
- From: Jim Ingham <email@hidden>
- Date: Fri, 19 Aug 2005 17:40:50 -0700
That will get Xcode to run another debugger, but that only gets you a
little way.
Xcode is not going to issue commands that you need (like "target
remote") and is probably going to issue commands you don't want (like
calling dlopen in your target program to insert its debugging
library). It is going to assume your target is a true asynchronous
target, which it most likely isn't, so interrupting execution won't
work...
Dunno how much hacking you are willing to do here, but you may need
to do more than somewhat...
Jim
On Aug 19, 2005, at 5:24 PM, Scott Tooker wrote:
Set the PBXGDBPath default to change this. See Help->Show Build
Setting Notes for more info.
Scott
On Aug 18, 2005, at 10:23 PM, Kingston Co. wrote:
Is it possible to convince Xcode 2.1 to use a different version of
GDB, rather than the native processor that the Mac uses? I am
using Xcode to develop code on an embedded processor (Atmel AVR),
and everything seems to be working fine except I sure would like
to debug my code with the Xcode debugger.
Thanks,
Fred
Kingston Co.
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden