comparison include/dwarf2.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
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-2017 Free Software Foundation, Inc. 3 Copyright (C) 1992-2018 Free Software Foundation, Inc.
4 4
5 Written by Gary Funck (gary@intrepid.com) The Ada Joint Program 5 Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
6 Office (AJPO), Florida State University and Silicon Graphics Inc. 6 Office (AJPO), Florida State University and Silicon Graphics Inc.
7 provided support for this effort -- June 21, 1995. 7 provided support for this effort -- June 21, 1995.
8 8
295 DW_LLE_offset_pair = 0x04, 295 DW_LLE_offset_pair = 0x04,
296 DW_LLE_default_location = 0x05, 296 DW_LLE_default_location = 0x05,
297 DW_LLE_base_address = 0x06, 297 DW_LLE_base_address = 0x06,
298 DW_LLE_start_end = 0x07, 298 DW_LLE_start_end = 0x07,
299 DW_LLE_start_length = 0x08, 299 DW_LLE_start_length = 0x08,
300
301 /* <http://lists.dwarfstd.org/private.cgi/dwarf-discuss-dwarfstd.org/2017-April/004347.html>
302 has the proposal for now; only available to list members.
303
304 A (possibly updated) copy of the proposal is available at
305 <http://people.redhat.com/aoliva/papers/sfn/dwarf6-sfn-lvu.txt>. */
306 DW_LLE_GNU_view_pair = 0x09,
307 #define DW_LLE_view_pair DW_LLE_GNU_view_pair
300 308
301 /* Former extension for Fission. 309 /* Former extension for Fission.
302 See http://gcc.gnu.org/wiki/DebugFission. */ 310 See http://gcc.gnu.org/wiki/DebugFission. */
303 DW_LLE_GNU_end_of_list_entry = 0x00, 311 DW_LLE_GNU_end_of_list_entry = 0x00,
304 DW_LLE_GNU_base_address_selection_entry = 0x01, 312 DW_LLE_GNU_base_address_selection_entry = 0x01,