• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Symbolic Breakpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Symbolic Breakpoints


  • Subject: Re: Symbolic Breakpoints
  • From: Quincey Morris <email@hidden>
  • Date: Wed, 21 Sep 2011 13:33:03 -0700

On Sep 21, 2011, at 13:25 , Richard Somers wrote:

> Results of Xcode 4.1 symbolic breakpoint testing.
>
> lldb will not break on any Apple supplied library symbols.
>
> gdb will break on some Apple supplied library symbols but not all.
>
>     [NSObject alloc]    Yes
>
>     [NSUndoManager alloc]     No

There is no [NSUndoManager alloc] symbol. The method that gets executed when you invoke [NSUndoManager alloc] is [NSObject alloc].

It's not very unusual to add a dummy override to a subclass in order to break on method invocation to that subclass only, but it's nothing to do whether its a library symbol or not.




_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

References: 
 >Symbolic Breakpoints (From: Richard Somers <email@hidden>)
 >Re: Symbolic Breakpoints (From: Jens Alfke <email@hidden>)
 >Re: Symbolic Breakpoints (From: Richard Somers <email@hidden>)
 >Re: Symbolic Breakpoints (From: Quincey Morris <email@hidden>)
 >Re: Symbolic Breakpoints (From: Richard Somers <email@hidden>)
 >Re: Symbolic Breakpoints (From: Quincey Morris <email@hidden>)
 >Re: Symbolic Breakpoints (From: Richard Somers <email@hidden>)

  • Prev by Date: Re: Symbolic Breakpoints
  • Next by Date: Affinity between a document (plain text) file and app-specific parameters for this document
  • Previous by thread: Re: Symbolic Breakpoints
  • Next by thread: Garbage Collection: memory limits, crash when using "lots" of memory, why?
  • Index(es):
    • Date
    • Thread