• 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: Best way to track down a double-delete
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to track down a double-delete


  • Subject: Re: Best way to track down a double-delete
  • From: Nick Zitzmann <email@hidden>
  • Date: Wed, 8 Mar 2006 15:10:00 -0700


On Mar 8, 2006, at 2:57 PM, John Cebasek wrote:

I have to break into my plugin at a known point with some code like:

volatile int nLoop = 1;
while (nLoop)
{
   sleep(1);
}

and in GDB set nLoop to zero and then continue.

Unless you're loading a Dashboard widget plugin, why do you have to do that? Can't you run any program that loads the security plugin in GDB directly, either by creating a custom executable in Xcode or invoking GDB from the command line?


Nick Zitzmann
<http://www.chronosnet.com/>


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Best way to track down a double-delete (From: "John Cebasek" <email@hidden>)
 >Re: Best way to track down a double-delete (From: Nick Zitzmann <email@hidden>)
 >Re: Best way to track down a double-delete (From: "John Cebasek" <email@hidden>)

  • Prev by Date: Re: Best way to track down a double-delete
  • Next by Date: Re: Do I need a document-based application ?
  • Previous by thread: Re: Best way to track down a double-delete
  • Next by thread: Broken change dictionaries in observeValueForKeyPath?
  • Index(es):
    • Date
    • Thread