2013年1月22日

摘要: 1. gdb attach [pid]-- debug a running process2. valgrind-- a suite of tools for debugging and profiling programsVery powerful tool to debug linux program,just for x86 platform3. strace-trace system calls and signalsIn the simplest case strace runs thespecified command until it exits. It intercepts a 阅读全文
posted @ 2013-01-22 14:21 lapsang 阅读(171) 评论(0) 推荐(0) 编辑

导航