Skip to content

ic-coders-club/gdb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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) ... 

Releases

No releases published

Packages

No packages published

Languages