aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Host/gdb-commands.txt
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-24 12:14:16 +0800
committerTat-Chee Wan (USM)2011-03-24 12:14:16 +0800
commit5b15d51e06cd552142081dea28b17a822f3e39a7 (patch)
treed85905f0a6a1d36ea679bcafc5297308695f3274 /AT91SAM7S256/armdebug/Host/gdb-commands.txt
parentdb6cb8ae6a27149af9abf87ebc9da223211a373c (diff)
parent110b7562fef3ef9efe37c04dd9d86a34d4bdf53b (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugGDB_ALPHA_0.1
Diffstat (limited to 'AT91SAM7S256/armdebug/Host/gdb-commands.txt')
-rw-r--r--AT91SAM7S256/armdebug/Host/gdb-commands.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Host/gdb-commands.txt b/AT91SAM7S256/armdebug/Host/gdb-commands.txt
index 8e6f156..fd7ffd6 100644
--- a/AT91SAM7S256/armdebug/Host/gdb-commands.txt
+++ b/AT91SAM7S256/armdebug/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