• 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: NSFontPanel swamping the responder chain (and crashing)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSFontPanel swamping the responder chain (and crashing)


  • Subject: Re: NSFontPanel swamping the responder chain (and crashing)
  • From: Ben Kennedy <email@hidden>
  • Date: Fri, 22 May 2015 13:59:41 -0700

On 21 May 2015, at 1:33 am, Graham Cox <email@hidden> wrote:

> I can’t do a ‘po self’, even just typing it in, at this point, no matter how cunning I am at breaking at the right time. It seems as if there really isn’t enough info to resolve ‘self’ (the message is "error: use of undeclared identifier ‘self’")
> As you suggest, it’s probably a register, but don’t know which. I get the same error if I try any of them - undeclared identifier ‘r15’ for example.

In lldb you can name a register by slapping a dollar sign before its name, e.g.:

(lldb) po $edx
<PieChartViewController: 0x7fe90210>

(This is retrieving 'self' when running in the iOS Simulator; I don't have a Mac OS X project at hand as I type this so the register use is probably different but presumably the same technique should apply.)

b


_______________________________________________

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: 
 >NSFontPanel swamping the responder chain (and crashing) (From: Graham Cox <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Kyle Sluder <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Graham Cox <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Graham Cox <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Ken Thomases <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Graham Cox <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Quincey Morris <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Graham Cox <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Quincey Morris <email@hidden>)
 >Re: NSFontPanel swamping the responder chain (and crashing) (From: Graham Cox <email@hidden>)

  • Prev by Date: Contact - Selection on UiTableView Does Works Only in The First Row
  • Next by Date: Re: Custom NSView subclass - expressing the fact that a property affects the displayed image
  • Previous by thread: Re: NSFontPanel swamping the responder chain (and crashing)
  • Next by thread: Re: NSFontPanel swamping the responder chain (and crashing)
  • Index(es):
    • Date
    • Thread