summaryrefslogtreecommitdiff
path: root/doc/note/gdb/gdb.txt
diff options
context:
space:
mode:
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)
+