mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 18:25:27 +00:00
replace triple gdb breakpoint continue with a double breakpoint ignore in hopes of improving parsing
This commit is contained in:
parent
5bc3569b0e
commit
6155716de4
@ -3,9 +3,9 @@ target extended-remote :1236
|
|||||||
file ../buildroot-image-output/vmlinux
|
file ../buildroot-image-output/vmlinux
|
||||||
stepi 1000
|
stepi 1000
|
||||||
b do_idle
|
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
|
||||||
c
|
|
||||||
set confirm off
|
set confirm off
|
||||||
kill
|
kill
|
||||||
q
|
q
|
||||||
|
Loading…
Reference in New Issue
Block a user