summaryrefslogtreecommitdiffstats
path: root/gdb-cmd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gdb-cmd.txt')
-rw-r--r--gdb-cmd.txt7
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 @@
1target remote localhost:1234
2b main
3handle all nostop noprint
4set print pretty on
5set print array-indexes on
6c
7layout src