valgrind/tests/bz672959-RFE-Integrate-valgrind-with-gdb-possibly-through/noerror.gdb
Alexandra Hájková e7800660e6 Fedora CI: fix bz672959 test
Specify the file we want to set breakpoint at in noerror gdb script,
newer gdb sets the breakpoint inside glibc otherwise.
2021-06-22 13:34:13 +02:00

7 lines
54 B
Plaintext

target remote | vgdb
b something.c:10
c
set (a=5)
c
q