7seg/fw/tools/profile.gdb
2018-01-05 11:53:52 +01:00

5 lines
74 B
Text

set pagination off
target remote localhost:3333
while(1)
continue
end