Test --wrapper when restarting process.
authorYao Qi <yao.qi@linaro.org>
Fri, 24 Jul 2015 13:40:34 +0000 (14:40 +0100)
committerYao Qi <yao.qi@linaro.org>
Fri, 24 Jul 2015 13:40:34 +0000 (14:40 +0100)
commit11e6c98f1b6318d27ad55f9ac7d362fe7a668872
tree3de1f0e01606a639a9f229e8fc8ec69b727218eb
parent51aee833ed9c6bd67b0c0e4a8c7098a549e3d16d
Test --wrapper when restarting process.

My patch series will affect the code starting inferior in GDBserver
(callees of start_inferior), so we need tests to cover how
start_inferior is used in different cases.

In server.c:process_serial_event, start_inferior is used when
GBDserver receives 'R' packet, and this patch is to add a test
for this path, and see how --wrapper option works when the process
is restarted.

gdb/testsuite:

2015-07-24  Yao Qi  <yao.qi@linaro.org>

* gdb.server/ext-wrapper.exp: Test --wrapper option when
restarting process.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.server/ext-wrapper.exp
This page took 0.025781 seconds and 4 git commands to generate.