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
|
target remote | vgdb
|
||||||
b 10
|
b something.c:10
|
||||||
c
|
c
|
||||||
set (a=5)
|
set (a=5)
|
||||||
c
|
c
|
||||||
|
Loading…
Reference in New Issue
Block a user