From 156ff4b478684f9ddafa9e2a99d3e9665f06177d Mon Sep 17 00:00:00 2001 From: TC Wan Date: Thu, 24 Mar 2011 12:13:28 +0800 Subject: added commands to resume execution --- Host/gdb-commands.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Host/gdb-commands.txt') 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 -- cgit v1.2.3