aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTC Wan2011-03-24 12:13:28 +0800
committerTC Wan2011-03-24 12:13:28 +0800
commit156ff4b478684f9ddafa9e2a99d3e9665f06177d (patch)
treebae7920a34eaa16ae4d4035a492f6d29b53d64f3
parentcbd8be8c0e8fa2fd15d66eac06fe5af2e57f710a (diff)
added commands to resume execution
-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