This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 8/8] [GDBserver] Support vCont s and S actions with software single step


On 05/20/2016 04:12 PM, Yao Qi wrote:
> GDBserver with software single step should be able to claim supporting
> vCont s and S actions, so that GDB knows the remote target can do
> single step.  It doesn't matter to GDB that the single step in the
> remote target is done via hardware or software.
> 
> gdb/gdbserver:
> 
> 2016-05-20  Yao Qi  <yao.qi@linaro.org>
> 
> 	* server.c (handle_v_requests): Support s and S actions
> 	if target_supports_software_single_step return true.

LGTM, once the rest of the series is in.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]