gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdbserver / thread-db.cc
index 2bb6d28820e7e529568391a7f2d188c791766fad..89c45cd7b38464f08d138ba4a8055f2df6128756 100644 (file)
@@ -221,7 +221,7 @@ attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p)
   if (debug_threads)
     debug_printf ("Attaching to thread %ld (LWP %d)\n",
                  (unsigned long) ti_p->ti_tid, ti_p->ti_lid);
-  err = linux_attach_lwp (ptid);
+  err = the_linux_target->attach_lwp (ptid);
   if (err != 0)
     {
       std::string reason = linux_ptrace_attach_fail_reason_string (ptid, err);
This page took 0.026431 seconds and 4 git commands to generate.