gdb/testsuite/
* gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
This commit is contained in:
parent
b79ba8cc08
commit
2376d946fa
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
|
||||||
|
|
||||||
2011-11-23 Keith Seitz <keiths@redhat.com>
|
2011-11-23 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
* lib/mi-support.exp (varobj_tree): New namespace and procs.
|
* lib/mi-support.exp (varobj_tree): New namespace and procs.
|
||||||
|
|
|
@ -71,7 +71,7 @@ proc one_jit_test {count match_str} {
|
||||||
global verbose testfile srcfile2 binfile2 binfile2_dlopen solib_binfile_target solib_binfile_test_msg pf_prefix
|
global verbose testfile srcfile2 binfile2 binfile2_dlopen solib_binfile_target solib_binfile_test_msg pf_prefix
|
||||||
|
|
||||||
set old_pf_prefix $pf_prefix
|
set old_pf_prefix $pf_prefix
|
||||||
set pf_prefix "one_jit_test-$count"
|
lappend pf_prefix "one_jit_test-$count:"
|
||||||
|
|
||||||
clean_restart $testfile
|
clean_restart $testfile
|
||||||
gdb_load_shlibs $binfile2
|
gdb_load_shlibs $binfile2
|
||||||
|
|
Loading…
Reference in a new issue