This commit is contained in:
Sergey Isakov 2020-04-06 15:26:29 +03:00
commit a092a31a85

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"