FreeRTOS-Kernel/FreeRTOS/Demo/msp430_GCC/gdb.ini
2012-08-11 21:34:11 +00:00

9 lines
83 B
INI

target remote localhost:3333
kill
target remote localhost:3333
b main
c