components/gdb/patches/gdb.include.elf.common.h.patch
branchs11-update
changeset 2814 dff3ca0071d6
child 6420 65948e9e205b
equal deleted inserted replaced
2813:db0bfa0fa498 2814:dff3ca0071d6
       
     1 --- gdb-7.6/include/elf/common.h	2013-03-08 09:13:31.000000000 -0800
       
     2 +++ gdb-7.6/include/elf/common.h	2013-10-06 11:41:07.131152600 -0700
       
     3 @@ -593,6 +593,29 @@
       
     4  #define NT_OPENBSD_WCOOKIE	23
       
     5  
       
     6  
       
     7 +/* Note segments for core files on Solaris systems.  Note name
       
     8 +   must start with "CORE".  */
       
     9 +#define SOLARIS_NT_PRSTATUS    1
       
    10 +#define SOLARIS_NT_PRFPREG     2
       
    11 +#define SOLARIS_NT_PRPSINFO    3
       
    12 +#define SOLARIS_NT_PRXREG      4
       
    13 +#define SOLARIS_NT_PLATFORM    5
       
    14 +#define SOLARIS_NT_AUXV        6
       
    15 +#define SOLARIS_NT_GWINDOWS    7
       
    16 +#define SOLARIS_NT_ASRS        8
       
    17 +#define SOLARIS_NT_LDT         9
       
    18 +#define SOLARIS_NT_PSTATUS    10
       
    19 +#define SOLARIS_NT_PSINFO     13
       
    20 +#define SOLARIS_NT_PRCRED     14
       
    21 +#define SOLARIS_NT_UTSNAME    15
       
    22 +#define SOLARIS_NT_LWPSTATUS  16
       
    23 +#define SOLARIS_NT_LWPSINFO   17
       
    24 +#define SOLARIS_NT_PRPRIV     18
       
    25 +#define SOLARIS_NT_PRPRIVINFO 19
       
    26 +#define SOLARIS_NT_CONTENT    20
       
    27 +#define SOLARIS_NT_ZONENAME   21
       
    28 +#define SOLARIS_NT_PRCPUXREG  22
       
    29 +
       
    30  /* Note segments for core files on SPU systems.  Note name
       
    31     must start with "SPU/".  */
       
    32