mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
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:
@ -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>
|
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
|
* 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 set dprintf"
|
||||||
|
|
||||||
mi_create_breakpoint $bp_location1 "mi insert breakpoint bp_location1" \
|
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
|
mi_run_cmd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user