summaryrefslogtreecommitdiff
path: root/doc/note/gdb/gdb.txt
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-05-12 12:55:07 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-05-12 12:55:07 +0200
commit5cc4c2b95df9bf6998d92496ca0e0064314fba39 (patch)
treeac7d979f81a86703508ff23e2694a6b4d6bfe4d5 /doc/note/gdb/gdb.txt
parent1dc9f8c9db499a326ceee6cb3b48878ee17ff9fa (diff)
parent95d934e8e3918832c03f05b2fc32cb5d5272cb83 (diff)
downloadUnspecifiedGarbage-wip-LatitudeReSetup-20230620.zip
UnspecifiedGarbage-wip-LatitudeReSetup-20230620.tar.gz
Merge remote-tracking branch 'ha-public/master' into wip-LatitudeReSetup-20230620wip-LatitudeReSetup-20230620
Diffstat (limited to 'doc/note/gdb/gdb.txt')
-rw-r--r--doc/note/gdb/gdb.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/note/gdb/gdb.txt b/doc/note/gdb/gdb.txt
new file mode 100644
index 0000000..20cbd4d
--- /dev/null
+++ b/doc/note/gdb/gdb.txt
@@ -0,0 +1,10 @@
+
+## Print next few ASM instructions
+
+ x/3i $pc
+
+
+## Sources
+
+- [Print asm instructions](https://stackoverflow.com/a/59331366/4415884)
+