gdbserver: turn target op 'supports_software_single_step' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-low.h
index 2acd65f28286d93fbc906d86d72883d834414fc4..1595926eae5d78d205561a629a5814664213ed31 100644 (file)
@@ -475,6 +475,8 @@ public:
   bool thread_handle (ptid_t ptid, gdb_byte **handle,
                      int *handle_len) override;
 #endif
+
+  bool supports_software_single_step () override;
 };
 
 #define get_thread_lwp(thr) ((struct lwp_info *) (thread_target_data (thr)))
This page took 0.023093 seconds and 4 git commands to generate.