aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9b52613..8e6f156 100644
--- a/Host/gdb-commands.txt
+++ b/Host/gdb-commands.txt
@@ -15,6 +15,12 @@ $pF#B6
# Display User CPSR
$p!#91
+# Query Status
+$?#3F
+
+# Query Thread
+$qC#B4
+
# Set R1 to 0xAA
$P1=000000AA#60