diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2014-12-10 15:12:17 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2014-12-10 15:12:17 -0500 |
commit | 0a46d518c7565be02e544ab508f8b5a99b1b5192 (patch) | |
tree | d74ed928fc7edc3d0854d8d2cce7d882cff3c589 /gdb/testsuite/ChangeLog | |
parent | 56286edfdc0acaed8f412c6b414bb10c867bd2e8 (diff) | |
download | gdb-0a46d518c7565be02e544ab508f8b5a99b1b5192.zip gdb-0a46d518c7565be02e544ab508f8b5a99b1b5192.tar.gz gdb-0a46d518c7565be02e544ab508f8b5a99b1b5192.tar.bz2 |
Introduce target_is_gdbserver
This patch introduces a function in gdbserver-support.exp to find out
whether the current target is GDBserver.
The code was inspired from gdb.trace/qtro.exp, so it replaces the code
there by a call to the new function.
gdb/testsuite/ChangeLog:
* gdb.trace/qtro.exp: Replace gdbserver detection code by...
* lib/gdb.exp (target_is_gdbserver): New
procedure.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0e973f7..4abd097 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-12-10 Simon Marchi <simon.marchi@ericsson.com> + + * gdb.trace/qtro.exp: Replace gdbserver detection code by... + * lib/gdb.exp (target_is_gdbserver): New procedure. + 2014-12-08 Doug Evans <dje@google.com> * gdb.python/py-objfile.exp: Add tests for objfile.owner. |