gdb/selftest.m4: ensure $development is set
[deliverable/binutils-gdb.git] / gdbserver / win32-low.h
index 86447fd541afec6f6474d4b441a44ef8e1e781db..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:
 
@@ -156,6 +156,18 @@ public:
 #ifdef _WIN32_WCE
   void hostio_last_error (char *buf) override;
 #endif
+
+  bool supports_qxfer_siginfo () override;
+
+  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.031336 seconds and 4 git commands to generate.