This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/3] Support range stepping on software single-step target
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 26 Sep 2016 03:25:13 +0100
- Subject: [PATCH 0/3] Support range stepping on software single-step target
- Authentication-results: sourceware.org; auth=none
This patch series enables the range stepping on targets support software
single-step, although arm-linux is the only target nowadays.
Patch 1 is to remove single-step breakpoints for GDBserver internal
events. Patch 2 teaches GDBserver to gen pending events from threads
in random to avoid starvation. Patch 3 is to enable range stepping
if software single-step is supported.
Regression tested arm-linux and x86_64-linux.
*** BLURB HERE ***
Yao Qi (3):
Remove single-step breakpoint for GDBserver internal event
Get pending events in random
Enable range stepping if software single step is supported
gdb/gdbserver/inferiors.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
gdb/gdbserver/inferiors.h | 5 +++++
gdb/gdbserver/linux-low.c | 40 +++++++++++++++++++++++++++++-----------
3 files changed, 79 insertions(+), 11 deletions(-)
--
1.9.1