aboutsummaryrefslogtreecommitdiffstats
path: root/sw/dart-70/utils/debug.gdb
blob: 2a188603990b9771ae128c19b795718cdaf8152e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
target ext :3333

set remote hardware-breakpoint-limit 8
set remote hardware-watchpoint-limit 4

# print demangled symbols by default
set print asm-demangle on

# Reset to known state
monitor arm semihosting enable
monitor reset halt

# Load the program executable
load
step