gdbserver/linux-low: turn 'process_qsupported' into a method
[deliverable/binutils-gdb.git] / gdbserver / win32-low.h
index b259b1fbac1114e2b85a33a3fa20ce90e253f3de..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:
 
@@ -162,6 +162,12 @@ public:
   int qxfer_siginfo (const char *annex, unsigned char *readbuf,
                     unsigned const char *writebuf,
                     CORE_ADDR offset, int len) override;
+
+  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.023663 seconds and 4 git commands to generate.