gdbserver: turn target op 'thread_stopped' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-low.h
index 67a36c8a67d2bdf540f365898a9d49ffd38daf04..cbb2f48e135befcf1a21db0411961d8ec55224a9 100644 (file)
@@ -392,6 +392,10 @@ public:
   CORE_ADDR read_pc (regcache *regcache) override;
 
   void write_pc (regcache *regcache, CORE_ADDR pc) override;
+
+  bool supports_thread_stopped () override;
+
+  bool thread_stopped (thread_info *thread) override;
 };
 
 #define get_thread_lwp(thr) ((struct lwp_info *) (thread_target_data (thr)))
This page took 0.026514 seconds and 4 git commands to generate.