aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-05-01 17:25:52 +0100
committerPedro Alves <palves@redhat.com>2014-05-01 17:25:52 +0100
commitf8c2a73c881913a25c1cb5be766516a75588c7ab (patch)
tree0949804055df7cef6bc1824b4539a3ccd445cd27 /gdb/testsuite/ChangeLog
parentbe6e8ac7441c51348adfcfe495c6dff59a38ed19 (diff)
downloadgdb-f8c2a73c881913a25c1cb5be766516a75588c7ab.zip
gdb-f8c2a73c881913a25c1cb5be766516a75588c7ab.tar.gz
gdb-f8c2a73c881913a25c1cb5be766516a75588c7ab.tar.bz2
New testsuite/boards/local-remote-host.exp board, now with editing on
This adds a variant of local-remote-host-notty.exp that forces pseudo-tty allocation, so that readline/editing is enabled. $ ssh localhost gdb -q (gdb) show editing Editing of command lines as they are typed is off. (gdb) vs: $ ssh -t localhost gdb -q (gdb) show editing Editing of command lines as they are typed is on. We now get, e.g.: Running ../../../src/gdb/testsuite/gdb.base/filesym.exp ... PASS: gdb.base/filesym.exp: complete on "filesy" PASS: gdb.base/filesym.exp: completion list for "filesym" PASS: gdb.base/filesym.exp: set breakpoint at filesym gdb/testsuite/ 2014-05-01 Pedro Alves <palves@redhat.com> * boards/local-remote-host.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index bdd1fc2..e03d39a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2014-05-01 Pedro Alves <palves@redhat.com>
+ * boards/local-remote-host.exp: New file.
+
+2014-05-01 Pedro Alves <palves@redhat.com>
+
* boards/local-remote-host.exp: Rename to ...
* boards/local-remote-host-notty.exp: ... this.