Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 561 Bytes

tools.md

File metadata and controls

16 lines (11 loc) · 561 Bytes

⬅️ back to README.md

Tools

Tool Debian package Description
strace strace trace system calls
opensnoop perf-tools-unstable trace file opens
ltrace ltrace trace library calls
ldd glibc-bin show shared objects
gdb gdb debugger
nm ? show symbols

🔝 get back to top