X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flynx-low.h;h=fa975a21f30cbf42eec06e3f62abfdda6f744390;hb=7ab967941150b2f79fc089893bf51e6bb53d245b;hp=4253f1259c29e6650a10e6ce89c3377c59aba368;hpb=22aa6223a0f6f7b8f5439166de2bbbb940ca9804;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/lynx-low.h b/gdbserver/lynx-low.h index 4253f1259c..fa975a21f3 100644 --- a/gdbserver/lynx-low.h +++ b/gdbserver/lynx-low.h @@ -54,7 +54,7 @@ extern struct lynx_target_ops the_low_target; /* Target ops definitions for a LynxOS target. */ -class lynx_process_target : public process_target +class lynx_process_target : public process_stratum_target { public: @@ -91,6 +91,8 @@ public: void request_interrupt () override; bool supports_hardware_single_step () override; + + const gdb_byte *sw_breakpoint_from_kind (int kind, int *size) override; }; /* The inferior's target description. This is a global because the