Non-stop mode support.
[deliverable/binutils-gdb.git] / gdb / sparc64-sol2-tdep.c
index 4af280788658c980c538dee3831dbda152dc48a5..e73e02e6b4a2227f31ce3031862c861e0517022c 100644 (file)
@@ -180,6 +180,13 @@ sparc64_sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
   /* Solaris has kernel-assisted single-stepping support.  */
   set_gdbarch_software_single_step (gdbarch, NULL);
+
+  /* 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.026031 seconds and 4 git commands to generate.