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]

[PATCH 0/3] Support range stepping on software single-step target


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


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