Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* Declarations and definitions of codes relating to the DWARF2 and
1
/* Declarations and definitions of codes relating to the DWARF2 and
2
   DWARF3 symbolic debugging information formats.
2
   DWARF3 symbolic debugging information formats.
3
   Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
-
 
4
   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-
 
5
   Free Software Foundation, Inc.
3
   Copyright (C) 1992-2015 Free Software Foundation, Inc.
Line 6... Line 4...
6
 
4
 
7
   Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
5
   Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
8
   Office (AJPO), Florida State University and Silicon Graphics Inc.
6
   Office (AJPO), Florida State University and Silicon Graphics Inc.
Line 307... Line 305...
307
    /* DWARF 4.  */
305
    /* DWARF 4.  */
308
    DW_LANG_Python = 0x0014,
306
    DW_LANG_Python = 0x0014,
309
    /* DWARF 5.  */
307
    /* DWARF 5.  */
310
    DW_LANG_Go = 0x0016,
308
    DW_LANG_Go = 0x0016,
Line -... Line 309...
-
 
309
 
-
 
310
    DW_LANG_C_plus_plus_11 = 0x001a, /* dwarf5.20141029.pdf DRAFT */
-
 
311
    DW_LANG_C11 = 0x001d,
-
 
312
    DW_LANG_C_plus_plus_14 = 0x0021,
-
 
313
    DW_LANG_Fortran03 = 0x0022,
-
 
314
    DW_LANG_Fortran08 = 0x0023,
311
 
315
 
312
    DW_LANG_lo_user = 0x8000,	/* Implementation-defined range start.  */
316
    DW_LANG_lo_user = 0x8000,	/* Implementation-defined range start.  */
Line 313... Line 317...
313
    DW_LANG_hi_user = 0xffff,	/* Implementation-defined range start.  */
317
    DW_LANG_hi_user = 0xffff,	/* Implementation-defined range start.  */
314
 
318