Check the right proc name
authorYao Qi <yao.qi@linaro.org>
Wed, 21 Sep 2016 08:20:12 +0000 (09:20 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 22 Sep 2016 09:04:19 +0000 (10:04 +0100)
commit9c211fd8d6c7a600a7e55f272e21a967377a7c87
treeff61aa4b56096f4d70cbf642353a0d865949e025
parent1e0baa1f26cf008198d0abf4d9f1595f464d5657
Check the right proc name

In lib/gdbserver-support.exp, we rename gdb_exit to
gdbserver_orig_gdb_exit, but we check the existence gdbserver_gdb_exit.
We should check gdbserver_orig_gdb_exit instead.  Looks it is a typo
or an oversight.

gdb/testsuite:

2016-09-22  Yao Qi  <yao.qi@linaro.org>

* lib/gdbserver-support.exp: Check the existence of
gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdbserver-support.exp
This page took 0.027925 seconds and 4 git commands to generate.