summaryrefslogtreecommitdiff
path: root/Host/gdb-commands.txt
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-25 11:37:53 +0800
committerTat-Chee Wan (USM)2011-03-25 11:37:53 +0800
commitc83f136938b577b86f140039cac07e284897b223 (patch)
treedba1332034b2de689bb6463c3d46f764fa570a32 /Host/gdb-commands.txt
parentcf09772fce08e5e8d08c78fa222b486edb3ef9be (diff)
updated get cpsr and fpscr register command
Diffstat (limited to 'Host/gdb-commands.txt')
-rw-r--r--Host/gdb-commands.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Host/gdb-commands.txt b/Host/gdb-commands.txt
index fd7ffd6..5b716a5 100644
--- a/Host/gdb-commands.txt
+++ b/Host/gdb-commands.txt
@@ -12,8 +12,11 @@ $p1#A1
# Display PC
$pF#B6
+# Display FPSCR (dummy)
+$p18#D9
+
# Display User CPSR
-$p!#91
+$p19#DA
# Query Status
$?#3F