From e7800660e65f3f9ace1238261c550d606634d04b Mon Sep 17 00:00:00 2001 From: Alexandra Hájková Date: Jun 22 2021 11:34:13 +0000 Subject: 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. --- diff --git a/tests/bz672959-RFE-Integrate-valgrind-with-gdb-possibly-through/noerror.gdb b/tests/bz672959-RFE-Integrate-valgrind-with-gdb-possibly-through/noerror.gdb index c471593..147ed30 100644 --- a/tests/bz672959-RFE-Integrate-valgrind-with-gdb-possibly-through/noerror.gdb +++ b/tests/bz672959-RFE-Integrate-valgrind-with-gdb-possibly-through/noerror.gdb @@ -1,5 +1,5 @@ target remote | vgdb -b 10 +b something.c:10 c set (a=5) c