C/C++调试方法

1920阅读 0评论2013-06-03 web_surf
分类:C/C++

  1. 调试工具
    • gdb
    • strace
    • strings
    • readelf
    • nm
    • addr2line
  2. core dump
    • Addr
      Get address where core dump took place: get address after key words 'fault addr' or 'backtrace' in core dump file
      Get corresponding line number in source code: addr2line


上一篇:[Network] 网络抓包: tcpdump, wireshare
下一篇:[Android] WebView