simple changes in gdb.base
authorTom Tromey <tromey@redhat.com>
Fri, 23 Aug 2013 18:18:01 +0000 (12:18 -0600)
committerTom Tromey <tromey@redhat.com>
Mon, 4 Nov 2013 18:02:07 +0000 (11:02 -0700)
commit08b3fe691141c34a81531906ef9865fe8d25724c
tree255570da80ace50f54a64c63f6d963ed8ad11ac3
parent32cfb09dfc283da30663f07b0e71726bcb3e093a
simple changes in gdb.base

This makes more changes in gdb.base to make it parallel-safe.  I think
the changes in this particular patch are relatively straightforward,
so I've grouped them all together.

2013-11-04  Tom Tromey  <tromey@redhat.com>

* gdb.base/advance.exp: Use standard_testfile and
prepare_for_testing.
* gdb.base/bigcore.exp: Use standard_output_file.  "cd" to
appropriate directory when local.
* gdb.base/dump.exp: Use standard_output_file.  Update all
"dump" and "restore" filenames.
* gdb.base/interact.exp: Use standard_output_file.
* gdb.base/jit-so.exp: Don't download file when local.
* gdb.base/jit.exp (compile_jit_test): Don't download file
when local.
* gdb.base/list.exp: Use gdb_remote_download.
* gdb.base/maint.exp: Use standard_output_file.
* gdb.base/prelink.exp: Use standard_output_file.
* gdb.base/save-bp.exp: Use standard_output_file.
* gdb.base/sepdebug.exp: Use standard_testfile,
standard_output_file.
(test_different_dir): Don't declare objdir.
* gdb.base/solib-search.exp: Use standard_output_file.
* gdb.base/step-line.exp: Use gdb_remote_download.
* gdb.base/trace-commands.exp: Use standard_output_file.
15 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/advance.exp
gdb/testsuite/gdb.base/bigcore.exp
gdb/testsuite/gdb.base/dump.exp
gdb/testsuite/gdb.base/interact.exp
gdb/testsuite/gdb.base/jit-so.exp
gdb/testsuite/gdb.base/jit.exp
gdb/testsuite/gdb.base/list.exp
gdb/testsuite/gdb.base/maint.exp
gdb/testsuite/gdb.base/prelink.exp
gdb/testsuite/gdb.base/save-bp.exp
gdb/testsuite/gdb.base/sepdebug.exp
gdb/testsuite/gdb.base/solib-search.exp
gdb/testsuite/gdb.base/step-line.exp
gdb/testsuite/gdb.base/trace-commands.exp
This page took 0.026205 seconds and 4 git commands to generate.