aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Host/gdb-commands.txt
blob: 4155ec700ae005244b1c59e62cda60f90f09c8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file contains hand coded GDB commands for testing the GDB Server <-> NXT interface

# Display all Registers
$g#67

# Display R0
$p0#A0

# Display PC
$pF#B6

# Display User CPSR
$p!#91

# Set R0 to 0xAA
$P1=000000AA#80