Add thread_handle_to_thread_info support for remote targets
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index a3f9ab9bbcca09b27104541eaf071b72d89861eb..c62dc1955653b785a968384d64a756c930a65a82 100644 (file)
@@ -7705,6 +7705,11 @@ static struct target_ops linux_target_ops = {
   linux_supports_software_single_step,
   linux_supports_catch_syscall,
   linux_get_ipa_tdesc_idx,
+#if USE_THREAD_DB
+  thread_db_thread_handle,
+#else
+  NULL,
+#endif
 };
 
 #ifdef HAVE_LINUX_REGSETS
This page took 0.045221 seconds and 4 git commands to generate.