Return to Snippet

Revision: 29592
at August 1, 2010 06:01 by zingo


Initial Code
fb -[NSException raise]
fb -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:]
fb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
 
fb NSKVODeallocateBreak
 
fb _NSAutoreleaseNoPool
 
fb -[_NSZombie init]
fb -[_NSZombie retainCount]
fb -[_NSZombie retain]
fb -[_NSZombie release]
fb -[_NSZombie autorelease]
fb -[_NSZombie methodSignatureForSelector:]
fb -[_NSZombie respondsToSelector:]
fb -[_NSZombie forwardInvocation:]
fb -[_NSZombie class]
fb -[_NSZombie dealloc]
 
fb szone_error
 
fb objc_exception_throw
fb malloc_error_break
 
fb CGPostError
fb malloc_printf
fb _objc_error
fb objc_exception_during_finalize_error
fb auto_zone_resurrection_error
fb auto_refcount_underflow_error

Initial URL
http://nslog.de/posts/46

Initial Description
List of breakpoints for debuging with gdb. Add them to your ~/.gdbinit.

Initial Title
List of Breakpoints for gdb

Initial Tags
debug, osx

Initial Language
Other