Files
archived-presentations/slides/debugging/toolbox-items.xml
2017-01-27 12:06:04 +01:00

12 lines
331 B
XML

<slide>
<title>The Toolbox</title>
<list>
<bullet>*strace*: trace system calls and signals</bullet>
<bullet>*lsof*: list open ~files~</bullet>
<bullet>*gdb*: the GNU debugger</bullet>
<bullet>*valgrind*: a suite of tools for debugging and profiling programs</bullet>
<bullet>*gcc*: the GNU compiler</bullet>
</list>
</slide>