Update breakpoint to not use a line number.

This commit is contained in:
jief 2020-03-11 17:26:00 +03:00
parent 19cfe2831a
commit c8e8635a0c

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.cpp:18" \
--eval-command="br panic_()" \
--eval-command="continue"