gdbserver: turn target op 'core_of_thread' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-low.cc
index 19d84c2d042d853b951f5baa709d97aa5eec8beb..6ed6c4876393c6cf3dd45dbdb74fefed27a8e3d7 100644 (file)
@@ -6408,6 +6408,12 @@ linux_process_target::handle_monitor_command (char *mon)
 #endif
 }
 
+int
+linux_process_target::core_of_thread (ptid_t ptid)
+{
+  return linux_common_core_of_thread (ptid);
+}
+
 static int
 linux_supports_disable_randomization (void)
 {
@@ -7439,7 +7445,6 @@ linux_get_hwcap2 (int wordsize)
 static linux_process_target the_linux_target;
 
 static process_stratum_target linux_target_ops = {
-  linux_common_core_of_thread,
   linux_read_loadmap,
   linux_process_qsupported,
   linux_supports_tracepoints,
This page took 0.023498 seconds and 4 git commands to generate.