1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/pttu/tools/pttu_debug.gdb
2013-11-06 10:11:57 -08:00

16 lines
252 B
Plaintext

#winheight regs 11
set history save on
set history size 1000
target remote localhost:3333
monitor mt_internal_rc
load
compare-sections
monitor soft_reset_halt
set mem inaccessible-by-default off
monitor debug_level 0
break bootloader
continue
d b 1