public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Support range stepping on software single-step target
@ 2016-09-26  2:25 Yao Qi
  2016-09-26  2:25 ` [PATCH 2/3] Get pending events in random Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Yao Qi @ 2016-09-26  2:25 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-10-27 15:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-26  2:25 [PATCH 0/3] Support range stepping on software single-step target Yao Qi
2016-09-26  2:25 ` [PATCH 2/3] Get pending events in random Yao Qi
2016-09-26  2:25 ` [PATCH 3/3] Enable range stepping if software single step is supported Yao Qi
2016-09-26  2:47 ` [PATCH 1/3] Remove single-step breakpoint for GDBserver internal event Yao Qi
2016-10-26 17:45   ` Pedro Alves
2016-10-26 20:14     ` Yao Qi
2016-10-27 13:16       ` Pedro Alves
2016-10-27 14:14         ` Yao Qi
2016-10-27 14:14           ` Pedro Alves
2016-10-10  8:43 ` [PATCH 0/3] Support range stepping on software single-step target Yao Qi
2016-10-26 15:39   ` Yao Qi
2016-10-26 17:34     ` Antoine Tremblay
2016-10-27 15:07       ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).