mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* gdb.base/subst.exp: Delete default rules before further
tests.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2013-06-19 Luis Machado <lgustavo@codesourcery.com>
|
||||
|
||||
* gdb.base/subst.exp: Delete default rules before further
|
||||
tests.
|
||||
|
||||
2013-06-19 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.base/maint.exp: Make the test to command 'maint dump-me'
|
||||
|
@ -23,6 +23,12 @@ gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_test_no_output "set confirm off" \
|
||||
"deactivate GDB's confirmation interface"
|
||||
|
||||
# Clear any substitution rules that are available by default due
|
||||
# to GDB being configured with --with-relocated-sources.
|
||||
|
||||
gdb_test_no_output "unset substitute-path" \
|
||||
"remove default substitution rules"
|
||||
|
||||
gdb_test "show substitute-path" \
|
||||
"List of all source path substitution rules:" \
|
||||
"show substitute-path, no rule entered yet"
|
||||
|
Reference in New Issue
Block a user