Add a mostlyclean target to gdbserver
[deliverable/binutils-gdb.git] / gdbserver / win32-low.h
index 1618501838ecf8ef68e54a626cb418f96623512f..9d2f0b4fbecca96d94d62fe0ce122e1194c288dd 100644 (file)
@@ -103,7 +103,7 @@ extern struct win32_target_ops the_low_target;
 
 /* Target ops definitions for a Win32 target.  */
 
-class win32_process_target : public process_target
+class win32_process_target : public process_stratum_target
 {
 public:
 
@@ -166,6 +166,8 @@ public:
   bool supports_get_tib_address () override;
 
   int get_tib_address (ptid_t ptid, CORE_ADDR *addr) override;
+
+  const gdb_byte *sw_breakpoint_from_kind (int kind, int *size) override;
 };
 
 /* Retrieve the context for this thread, if not already retrieved.  */
This page took 0.037325 seconds and 4 git commands to generate.