From e7800660e65f3f9ace1238261c550d606634d04b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandra=20H=C3=A1jkov=C3=A1?= Date: Tue, 22 Jun 2021 13:34:13 +0200 Subject: [PATCH] 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. --- .../noerror.gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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