List of Breakpoints for gdb


/ Published in: Other
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. fb -[NSException raise]
  2. fb -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:]
  3. fb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
  4.  
  5. fb NSKVODeallocateBreak
  6.  
  7. fb _NSAutoreleaseNoPool
  8.  
  9. fb -[_NSZombie init]
  10. fb -[_NSZombie retainCount]
  11. fb -[_NSZombie retain]
  12. fb -[_NSZombie release]
  13. fb -[_NSZombie autorelease]
  14. fb -[_NSZombie methodSignatureForSelector:]
  15. fb -[_NSZombie respondsToSelector:]
  16. fb -[_NSZombie forwardInvocation:]
  17. fb -[_NSZombie class]
  18. fb -[_NSZombie dealloc]
  19.  
  20. fb szone_error
  21.  
  22. fb objc_exception_throw
  23. fb malloc_error_break
  24.  
  25. fb CGPostError
  26. fb malloc_printf
  27. fb _objc_error
  28. fb objc_exception_during_finalize_error
  29. fb auto_zone_resurrection_error
  30. fb auto_refcount_underflow_error

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.