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.
This commit is contained in:
parent
858fa472f5
commit
e7800660e6
@ -1,5 +1,5 @@
|
||||
target remote | vgdb
|
||||
b 10
|
||||
b something.c:10
|
||||
c
|
||||
set (a=5)
|
||||
c
|
||||
|
Loading…
Reference in New Issue
Block a user