replace triple gdb breakpoint continue with a double breakpoint ignore in hopes of improving parsing

This commit is contained in:
bbracker 2021-09-04 19:41:55 -04:00
parent 5bc3569b0e
commit 6155716de4

View File

@ -3,9 +3,9 @@ target extended-remote :1236
file ../buildroot-image-output/vmlinux
stepi 1000
b do_idle
ignore 1 2
c
c
c
# using 3 continues didn't work because the first breakpoint hit causes a pipe break error
set confirm off
kill
q