1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/pttu/tools/pttu_debug.gdb
2014-02-11 18:45:06 +01:00

15 lines
250 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