* dwarf2read.c (follow_die_ref): Add comment.
[deliverable/binutils-gdb.git] / gdb / sparc64-sol2-tdep.c
index e5800cc98e6d3fc5c65ccd33f266f3df206f0750..e73e02e6b4a2227f31ce3031862c861e0517022c 100644 (file)
@@ -184,6 +184,9 @@ sparc64_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.023325 seconds and 4 git commands to generate.