diff options
author | 2025-01-23 10:41:10 +0800 | |
---|---|---|
committer | 2025-01-23 10:41:10 +0800 | |
commit | e6f77b7ea3e38c9853bee60b275f3f89d252a5b3 (patch) | |
tree | 80bfbabed9d4cbcf9fa62677f78b34279d7e2f87 /gdb-cmd.txt | |
download | linux-0.11-master.tar.gz linux-0.11-master.zip |
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 | ||