gdb.include.elf.common.h.patch revision 2131
2131N/A--- gdb-7.6/include/elf/common.h 2013-03-08 09:13:31.000000000 -0800
2131N/A+++ gdb-7.6/include/elf/common.h 2013-10-06 11:41:07.131152600 -0700
2131N/A@@ -593,6 +593,29 @@
2131N/A #define NT_OPENBSD_WCOOKIE 23
2131N/A
2131N/A
2131N/A+/* Note segments for core files on Solaris systems. Note name
2131N/A+ must start with "CORE". */
2131N/A+#define SOLARIS_NT_PRSTATUS 1
2131N/A+#define SOLARIS_NT_PRFPREG 2
2131N/A+#define SOLARIS_NT_PRPSINFO 3
2131N/A+#define SOLARIS_NT_PRXREG 4
2131N/A+#define SOLARIS_NT_PLATFORM 5
2131N/A+#define SOLARIS_NT_AUXV 6
2131N/A+#define SOLARIS_NT_GWINDOWS 7
2131N/A+#define SOLARIS_NT_ASRS 8
2131N/A+#define SOLARIS_NT_LDT 9
2131N/A+#define SOLARIS_NT_PSTATUS 10
2131N/A+#define SOLARIS_NT_PSINFO 13
2131N/A+#define SOLARIS_NT_PRCRED 14
2131N/A+#define SOLARIS_NT_UTSNAME 15
2131N/A+#define SOLARIS_NT_LWPSTATUS 16
2131N/A+#define SOLARIS_NT_LWPSINFO 17
2131N/A+#define SOLARIS_NT_PRPRIV 18
2131N/A+#define SOLARIS_NT_PRPRIVINFO 19
2131N/A+#define SOLARIS_NT_CONTENT 20
2131N/A+#define SOLARIS_NT_ZONENAME 21
2131N/A+#define SOLARIS_NT_PRCPUXREG 22
2131N/A+
2131N/A /* Note segments for core files on SPU systems. Note name
2131N/A must start with "SPU/". */
2131N/A