aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/lynx-low.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/lynx-low.cc')
-rw-r--r--gdbserver/lynx-low.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdbserver/lynx-low.cc b/gdbserver/lynx-low.cc
index e4f276b..ea328b7 100644
--- a/gdbserver/lynx-low.cc
+++ b/gdbserver/lynx-low.cc
@@ -722,6 +722,12 @@ lynx_process_target::request_interrupt ()
kill (lynx_ptid_get_pid (inferior_ptid), SIGINT);
}
+bool
+lynx_process_target::supports_hardware_single_step ()
+{
+ return true;
+}
+
/* The LynxOS target ops object. */
static lynx_process_target the_lynx_target;
@@ -729,7 +735,6 @@ static lynx_process_target the_lynx_target;
/* The LynxOS target_ops vector. */
static process_stratum_target lynx_target_ops = {
- target_can_do_hardware_single_step,
NULL, /* stopped_by_watchpoint */
NULL, /* stopped_data_address */
NULL, /* read_offsets */