diff options
author | Doug Evans <dje@google.com> | 2008-11-11 01:23:34 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-11-11 01:23:34 +0000 |
commit | 6b8ce727297b1e40738e50f83a75881b290fe6a6 (patch) | |
tree | 41313f0b7c6916be25b8650a7e723e61adbf820d /gdb/testsuite/gdb.base/remotetimeout.exp | |
parent | 7bae73321367a72738afc2428faf4304222860c9 (diff) | |
download | fsf-binutils-gdb-6b8ce727297b1e40738e50f83a75881b290fe6a6.zip fsf-binutils-gdb-6b8ce727297b1e40738e50f83a75881b290fe6a6.tar.gz fsf-binutils-gdb-6b8ce727297b1e40738e50f83a75881b290fe6a6.tar.bz2 |
* lib/gdb.exp (GDBFLAGS): Move -nx ...
(INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
(default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
(default_gdb_start,default_gdb_exit): Ditto.
* lib/mi-support.exp (default_mi_gdb_start): Ditto.
(mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
* gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
* gdb.base/dbx.exp (dbx_gdb_start): Ditto.
* gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
* gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.base/remotetimeout.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/remotetimeout.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/remotetimeout.exp b/gdb/testsuite/gdb.base/remotetimeout.exp index e6661b4..c7056ce 100644 --- a/gdb/testsuite/gdb.base/remotetimeout.exp +++ b/gdb/testsuite/gdb.base/remotetimeout.exp @@ -34,7 +34,7 @@ if [target_info exists noargs] { # Test that -l is processed correctly. # set old_gdbflags $GDBFLAGS -set GDBFLAGS "-l 42" +set GDBFLAGS "$GDBFLAGS -l 42" gdb_exit gdb_start gdb_test "show remotetimeout" \ |