gdb_launch typo

This commit is contained in:
jief 2020-04-06 14:35:06 +03:00
parent 3ba2ecd0fc
commit f7e564e967

View File

@ -126,7 +126,7 @@ then
gdb --eval-command="file "$clover_debug_file" -o $adr" \
--eval-command="target remote localhost:9000" \
--eval-command="rwatch *0" \
--eval-command="br panic_()" \
--eval-command="br panic_" \
--eval-command="continue"