Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 351 Bytes

gdb-demo

Demonstration for coders club.

Note that inf.c is a modified version of this example, geared to show some more features in this tutuorial.

To start playing:

    gcc -g inf.c -o inf
    gdb inf
    (gdb) ...