gdbserver: hide fork child threads from GDB
[deliverable/binutils-gdb.git] / gdbserver / target.cc
index 451961001553502b6a573d8d32a585bc7ea1e140..585503e41b128151a29b3eb7cc1652adf462d196 100644 (file)
@@ -838,6 +838,12 @@ process_stratum_target::thread_handle (ptid_t ptid, gdb_byte **handle,
   return false;
 }
 
+thread_info *
+process_stratum_target::thread_pending_parent (thread_info *thread)
+{
+  return nullptr;
+}
+
 bool
 process_stratum_target::supports_software_single_step ()
 {
This page took 0.024767 seconds and 4 git commands to generate.