Multi-target support
[deliverable/binutils-gdb.git] / gdb / sol2-tdep.c
index 9016b31c3f8064157f134fb4fe2a5c12160b0cb3..03b510c9adedbbbad25a6ba95d3190cefaff04ba 100644 (file)
@@ -58,7 +58,7 @@ sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid)
   /* GDB didn't use to put a NT_PSTATUS note in Solaris cores.  If
      that's missing, then we're dealing with a fake PID corelow.c made
      up.  */
-  inf = find_inferior_ptid (ptid);
+  inf = find_inferior_ptid (current_inferior ()->process_target (), ptid);
   if (inf == NULL || inf->fake_pid_p)
     return "<core>";
 
This page took 0.026049 seconds and 4 git commands to generate.