gdbserver: turn target op 'emit_ops' into a method
[deliverable/binutils-gdb.git] / gdbserver / nto-low.h
index 001ccb6687cf79b24e9ecd434a4cbee6539ec1f4..c3e7099e702c9f11a76e12489f89cd4070cca0f8 100644 (file)
@@ -94,6 +94,10 @@ public:
                    int size, raw_breakpoint *bp) override;
 
   bool supports_hardware_single_step () override;
+
+  bool stopped_by_watchpoint () override;
+
+  CORE_ADDR stopped_data_address () override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.024438 seconds and 4 git commands to generate.