On Sep 21, 2011, at 12:40 , Richard Somers wrote: > I made a brand new project in Xcode 4.1 and got the same results as before. > gdb crashes when just using a method name like 'keyDown:' for the symbolic > breakpoint. It would appear that this has been fixed in Xcode 4.2. Also you > have accurately described the breakpoint multi-resolve upon running along > with the breakpoint list functionality. I would agree that it appears that > symbolic resolution is not finished yet in lldb.
Does it crash when you *add* a symbolic breakpoint in gdb, or when you try to use gdb after having set a symbolic breakpoint in lldb? It's certainly possible there's an incompatibility in the saved state information. > Another question, is it possible in Xcode 4 to set a symbolic breakpoint on > Apple supplied libraries or frameworks? For example in OpenGL Profiler you > can set a breakpoint on a specific OpenGL symbol that is provided by an Apple > library or framework. Yes, you should be able to set a breakpoint on any symbol. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com