mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 13:34:28 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user