Re: using gdb 7.2 with xcode 3.2.5
Re: using gdb 7.2 with xcode 3.2.5
- Subject: Re: using gdb 7.2 with xcode 3.2.5
- From: Jason Molenda <email@hidden>
- Date: Tue, 5 Apr 2011 14:06:02 -0700
That's not going to work. The Apple gdb and FSF gdb have diverged enough that Xcode requires the Apple gdb. The FSF gdb may work as a command line debugger on Mac OS X, but I haven't tested that.
You may be interested in the debugger we've been developing, lldb.
http://lldb.llvm.org/
The initial release of lldb was included in Xcode 4 - the source is available in an svn repository at the above website. Xcode 3 will not use lldb for debugging. lldb includes extensive python scripting support.
J
On Apr 5, 2011, at 1:58 PM, David G wrote:
> I want to use gdb 7.2 (for python scripting capability added in gdb 7) with xcode 3.2.5. The naive approach, building gdb from macports and symlinking it to /Developer/usr/bin/gdb, didn't work. The proximate error I get is "gdb: unrecognized option '--arch=i386'" but from reading stuff online, it looks like the macports gdb won't work with xcode anyway.
>
> So, is there any way I can use a gdb version >= 7.0 in xcode?
>
> Thanks!
>
> _______________________________________________
> 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