* gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.

This commit is contained in:
Daniel Jacobowitz 2007-09-21 22:42:52 +00:00
parent a967d2b76a
commit a75cf6c00c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
* schedlock.c (NUM): Change to 1.

View File

@ -836,7 +836,8 @@ proc test_different_dir {type test_different_dir xfail} {
global pf_prefix
global bp_location6 decimal hex
set pf_prefix "$type:"
set old_pf_prefix $pf_prefix
append pf_prefix " $type:"
gdb_exit
gdb_start
@ -937,7 +938,7 @@ proc test_different_dir {type test_different_dir xfail} {
gdb_expect -re ".*$gdb_prompt $" {}
}
unset pf_prefix
set pf_prefix $old_pf_prefix
# proc test_different_dir
}