gdb的断点列表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gdb的断点列表相关的知识,希望对你有一定的参考价值。

List of breakpoints for debuging with gdb. Add them to your ~/.gdbinit.
  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

以上是关于gdb的断点列表的主要内容,如果未能解决你的问题,请参考以下文章

你如何使用gdb?

gdb调试的基本使用

Linux gdb调试工具应用详解

Linux gdb调试工具应用详解

GDB代码调试与使用

c++ builder6 断点失效