Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp.
2015-09-18 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix in breakpoint filename pattern.
This commit is contained in:
parent
7800dbe430
commit
3f469b177d
@ -1,3 +1,8 @@
|
||||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
|
||||
in breakpoint filename pattern.
|
||||
|
||||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
|
||||
|
@ -60,7 +60,7 @@ mi_gdb_test "-dprintf-insert -f pendfunc1 \"hello\"" \
|
||||
"mi set dprintf"
|
||||
|
||||
mi_create_breakpoint $bp_location1 "mi insert breakpoint bp_location1" \
|
||||
-type "breakpoint" -line $bp_location1 -file $srcdir/$subdir/$srcfile
|
||||
-type "breakpoint" -line $bp_location1 -file ".*$srcfile"
|
||||
|
||||
mi_run_cmd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user