From c83f136938b577b86f140039cac07e284897b223 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Fri, 25 Mar 2011 11:37:53 +0800 Subject: updated get cpsr and fpscr register command --- Host/gdb-commands.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Host') 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 -- cgit v1.2.3