From 9fde9f09f25edca54f319fe494ef191b7302a1a3 Mon Sep 17 00:00:00 2001 From: bbracker Date: Sat, 4 Sep 2021 19:41:55 -0400 Subject: [PATCH] replace triple gdb breakpoint continue with a double breakpoint ignore in hopes of improving parsing --- .../linux-testgen/testvector-generation/gdbinit_qemulog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wally-pipelined/linux-testgen/testvector-generation/gdbinit_qemulog b/wally-pipelined/linux-testgen/testvector-generation/gdbinit_qemulog index ed36e800..bb6e2115 100755 --- a/wally-pipelined/linux-testgen/testvector-generation/gdbinit_qemulog +++ b/wally-pipelined/linux-testgen/testvector-generation/gdbinit_qemulog @@ -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