Add read_pc / write_pc support to win32-low
[deliverable/binutils-gdb.git] / gdbserver / nto-low.h
index c3e7099e702c9f11a76e12489f89cd4070cca0f8..e26dcab331d28e8f77b7e5ca7aad2ddfa1ee2e3d 100644 (file)
@@ -44,7 +44,7 @@ extern struct nto_target_ops the_low_target;
 
 /* Target ops definitions for a QNX Neutrino target.  */
 
-class nto_process_target : public process_target
+class nto_process_target : public process_stratum_target
 {
 public:
 
@@ -98,6 +98,8 @@ public:
   bool stopped_by_watchpoint () override;
 
   CORE_ADDR stopped_data_address () override;
+
+  const gdb_byte *sw_breakpoint_from_kind (int kind, int *size) override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.025065 seconds and 4 git commands to generate.