1
0
mirror of https://github.com/openhwgroup/cvw synced 2025-02-11 06:05:49 +00:00
cvw/wally-pipelined/linux-testgen/testvector-generation/gdbinit_qemulog

12 lines
235 B
Plaintext
Raw Normal View History

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