From 52f86ea0075c66e18e4796ad88f45541da8b4de5 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 7 Mar 2019 23:26:17 +0100 Subject: some cleanup and such --- .../00010_Various-Cheat-Sheets/00120_GDB/index.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 080_blog/00015_Admin/00010_Various-Cheat-Sheets/00120_GDB/index.md (limited to '080_blog/00015_Admin/00010_Various-Cheat-Sheets') diff --git a/080_blog/00015_Admin/00010_Various-Cheat-Sheets/00120_GDB/index.md b/080_blog/00015_Admin/00010_Various-Cheat-Sheets/00120_GDB/index.md new file mode 100644 index 0000000..5aebdf3 --- /dev/null +++ b/080_blog/00015_Admin/00010_Various-Cheat-Sheets/00120_GDB/index.md @@ -0,0 +1,29 @@ +# GDB + + http://www.cprogramming.com/debuggers.html + + use gcc or clang with : -ggdb -O0 + + h - help + + r - run + c - continue + n - next + s - step + + b - break + p - print + + wa - watch + + bt + frame + list + info locals + + set = + set substitute-path FROM TO + + call + + -- cgit v1.2.3