diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-04-24 11:00:14 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-04-24 11:00:14 +0100 |
commit | 8dbe7ca5a5755274fca1d3021ad648a1575e66cb (patch) | |
tree | 87b34c3299355708b332806b0a279407d6120f8e /gdb/testsuite/ChangeLog | |
parent | 30d72bc3359e12d10b53310963d62dae0978cbe5 (diff) | |
download | gdb-8dbe7ca5a5755274fca1d3021ad648a1575e66cb.zip gdb-8dbe7ca5a5755274fca1d3021ad648a1575e66cb.tar.gz gdb-8dbe7ca5a5755274fca1d3021ad648a1575e66cb.tar.bz2 |
A new board file remote-gdbserver-on-localhost.exp
This patch is to add a new board file that does real remote gdbserver
testing on localhost. This board file can be used to reproduce PR 18208.
gdb/testsuite
2015-04-24 Yao Qi <yao.qi@linaro.org>
* boards/remote-gdbserver-on-localhost.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1d5820b..bd0f146 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-04-24 Yao Qi <yao.qi@linaro.org> + + * boards/remote-gdbserver-on-localhost.exp: New file. + 2015-04-23 Pedro Alves <palves@redhat.com> * gdb.base/interrupt.exp: Use an indirect spawn id list holding |