diff options
Diffstat (limited to 'gdb-cmd.txt')
-rw-r--r-- | gdb-cmd.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb-cmd.txt b/gdb-cmd.txt new file mode 100644 index 0000000..53d5d44 --- /dev/null +++ b/gdb-cmd.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | target remote localhost:1234 | ||
2 | b main | ||
3 | handle all nostop noprint | ||
4 | set print pretty on | ||
5 | set print array-indexes on | ||
6 | c | ||
7 | layout src | ||