Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <qiyaoltc@gmail.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2 V2] Support single step by arch or target
Date: Tue, 01 Sep 2015 08:42:00 -0000	[thread overview]
Message-ID: <1441096915-23615-1-git-send-email-yao.qi@linaro.org> (raw)

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}.

*** BLURB HERE ***

Yao Qi (2):
  [gdbserver] Rename supports_conditional_breakpoints to
    supports_hardware_single_step
  Support single step by arch or target

 gdb/aarch64-linux-nat.c   |  9 ++++++++
 gdb/arm-linux-tdep.c      |  5 ++++
 gdb/doc/gdb.texinfo       |  8 +++++++
 gdb/gdbserver/linux-low.c | 11 +++------
 gdb/gdbserver/lynx-low.c  |  5 +---
 gdb/gdbserver/nto-low.c   |  5 +---
 gdb/gdbserver/server.c    | 35 ++++++++++++++++++++++++----
 gdb/gdbserver/spu-low.c   |  2 +-
 gdb/gdbserver/target.c    |  8 +++++++
 gdb/gdbserver/target.h    | 13 ++++++-----
 gdb/gdbserver/win32-low.c |  5 +---
 gdb/remote.c              | 58 +++++++++++++++++++++++++++++++++++++++--------
 gdb/target-delegates.c    | 31 +++++++++++++++++++++++++
 gdb/target.h              |  9 ++++++++
 14 files changed, 164 insertions(+), 40 deletions(-)

-- 
1.9.1


             reply	other threads:[~2015-09-01  8:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01  8:42 Yao Qi [this message]
2015-09-01  8:42 ` [PATCH 1/2] [gdbserver] Rename supports_conditional_breakpoints to supports_hardware_single_step Yao Qi
2015-09-02 19:22   ` Antoine Tremblay
2015-09-03 15:13     ` Antoine Tremblay
2015-09-04 14:40       ` Antoine Tremblay
2015-09-04 15:04         ` Antoine Tremblay
2015-09-08 14:32     ` Yao Qi
2015-09-08 19:01       ` Antoine Tremblay
2015-09-09 15:37   ` Antoine Tremblay
2015-09-01  8:42 ` [PATCH 2/2] Support single step by arch or target Yao Qi
2015-09-01 13:18   ` Antoine Tremblay
2015-09-01 14:23     ` Yao Qi
2015-09-01 15:30       ` Antoine Tremblay
2015-09-01 14:40   ` Eli Zaretskii
2015-09-04 14:46   ` Antoine Tremblay
2015-09-14  8:18     ` Yao Qi
2015-09-15 13:31   ` Pedro Alves
2015-09-15 13:11 ` [PATCH 0/2 V2] " Yao Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441096915-23615-1-git-send-email-yao.qi@linaro.org \
    --to=qiyaoltc@gmail.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox