This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/2 V2] Support single step by arch or target
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 15 Sep 2015 14:11:42 +0100
- Subject: Re: [PATCH 0/2 V2] Support single step by arch or target
- Authentication-results: sourceware.org; auth=none
- References: <1441096915-23615-1-git-send-email-yao dot qi at linaro dot org>
Yao Qi <qiyaoltc@gmail.com> writes:
> This is the V2 of my patch <https://sourceware.org/ml/gdb-patches/2015-07/msg00040.html>
> to address Pedro's comment on backward compatibility problem.
>
> Patch 1 is to rename target_ops hook supports_conditional_breakpoints
> to supports_hardware_single_step, nothing changes since I post it last
> time <https://sourceware.org/ml/gdb-patches/2015-07/msg00035.html>.
>
> Patch 2 is the major one in this series, details can be found in it.
>
> Regression tested on aarch64 with {native, gdbserver} x {32-bit, 64-bit}.
I've pushed them in.
--
Yao (éå)