summaryrefslogtreecommitdiffstats
path: root/gdb-cmd.txt
diff options
context:
space:
mode:
authorWe-unite <3205135446@qq.com>2025-01-23 10:41:10 +0800
committerWe-unite <3205135446@qq.com>2025-01-23 10:41:10 +0800
commite6f77b7ea3e38c9853bee60b275f3f89d252a5b3 (patch)
tree80bfbabed9d4cbcf9fa62677f78b34279d7e2f87 /gdb-cmd.txt
downloadlinux-0.11-master.tar.gz
linux-0.11-master.zip
Initial commit, makee it usable on newest linuxHEADmaster
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