aboutsummaryrefslogtreecommitdiff
path: root/Host/gdb-commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Host/gdb-commands.txt')
-rw-r--r--Host/gdb-commands.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Host/gdb-commands.txt b/Host/gdb-commands.txt
index 8e6f156..fd7ffd6 100644
--- a/Host/gdb-commands.txt
+++ b/Host/gdb-commands.txt
@@ -32,3 +32,9 @@ $M00201D74,0002:AA55#03
# Write 2 bytes of memory to 0x00201d74 (padding bytes after debug_mode)
$M00201D74,0002:9966#F5
+
+# GDB Read Instruction at Address (PC)
++$m1001de,4#58
+
+# Continue Execution
+$c#87