X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbserver%2Flynx-low.cc;h=ea328b7efe335f3155e05cf8fff8db4232fa758a;hb=22aa6223a0f6f7b8f5439166de2bbbb940ca9804;hp=e4f276b5af056252b503decb60165c60219c549d;hpb=93fe88b24c7e644e7b0947256bb32c2139d8afe5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/lynx-low.cc b/gdbserver/lynx-low.cc index e4f276b5af..ea328b7efe 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 */