* linux-low.c (my_waitpid): Delete unnecessary prototype.
[deliverable/binutils-gdb.git] / gdb / i386-sol2-tdep.c
index f9666f1f9390d86218697c0fd87b3fb51c112779..50caa074dc65ab1309d72fa3e83f991ea4864910 100644 (file)
@@ -139,6 +139,9 @@ i386_sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   /* Solaris encodes the pid of the inferior in regset section
      names.  */
   set_gdbarch_core_reg_section_encodes_pid (gdbarch, 1);
+
+  /* How to print LWP PTIDs from core files.  */
+  set_gdbarch_core_pid_to_str (gdbarch, sol2_core_pid_to_str);
 }
 \f
 
This page took 0.025412 seconds and 4 git commands to generate.