* Extend use of i386_use_watchpoints to all i386 native files
[binutils-gdb.git] / gdb / sparc64-sol2-tdep.c
index 4af280788658c980c538dee3831dbda152dc48a5..e5800cc98e6d3fc5c65ccd33f266f3df206f0750 100644 (file)
@@ -180,6 +180,10 @@ 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);
 }
 \f