summaryrefslogtreecommitdiff
path: root/include/dwarf2.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore patch lost in last merge from GCC.Cary Coutant2013-03-011-0/+14
| | | | | include/ * dwarf2.h (enum dwarf_sect): New enum type.
* merge from gccDJ Delorie2013-03-011-14/+0
|
* include/Cary Coutant2013-03-011-0/+14
| | | | * dwarf2.h (enum dwarf_sect): New enum type.
* merge from gccDJ Delorie2012-11-111-0/+11
|
* merge from gccDJ Delorie2012-06-081-0/+5
|
* merge from gccDJ Delorie2012-04-271-626/+89
|
* * dwarf2.h (enum dwarf_form): Add Fission extensions.Cary Coutant2012-01-261-1/+12
| | | | (enum dwarf_attribute): Likewise.
* * dwarf2.h (DW_AT_GNU_macros): New.Jakub Jelinek2011-07-221-0/+16
| | | | (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
* * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.Jakub Jelinek2011-06-221-0/+2
| | | | | | * dwarf.c (decode_location_expression): For DW_OP_GNU_convert and DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset. Handle DW_OP_GNU_parameter_ref.
* * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,Jakub Jelinek2011-04-301-0/+7
| | | | DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
* 2011-03-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-03-311-0/+8
| | | | * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
* 2011-03-24 Mark Wielaard <mjw@redhat.com>Tom Tromey2011-03-251-1/+0
| | | | * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
* * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,Jakub Jelinek2011-03-161-1/+22
| | | | | | | | DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites, DW_OP_GNU_entry_value): New.
* ChangeLog include/Kai Tietz2011-02-231-90/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-02-23 Kai Tietz <kai.tietz@onevision.com> * dwarf2.h (_ELF_DWARF2_H): Renamed to _DWARF2_H. (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo, DWARF2_External_PubNames, DWARF2_Internal_PubNames, DWARF2_External_CompUnit, DWARF2_Internal_CompUnit, DWARF2_External_ARange, DWARF2_Internal_ARange): Removed. ChangeLog binutils/ 2011-02-23 Kai Tietz <kai.tietz@onevision.com> * dwarf.c (read_leb128): Use bfd_vma instead of long type. (dwarf_vmatoa): New helper routine. (process_extended_line_op): Use for adr bfd_vma type and print those typed values via BFD_VMA_FMT or via dwarf_vmatoa for localized prints. (fetch_indirect_string): Adjust offset's type. (decode_location_expression): Adjust argument types and uvalue type. (read_and_display_attr_value): Likewise. (read_and_display_attr): Likewise. (decode_location_expression): Adjust printf format. (process_debug_info): Likewise. (display_debug_lines_raw): Likewise. (display_debug_lines_decoded): Likewise. (display_debug_pubnames): Likewise. (display_debug_loc): Likewise. (display_debug_aranges): Likewise. * dwarf.h (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo, DWARF2_External_PubNames, DWARF2_Internal_PubNames, DWARF2_External_CompUnit, DWARF2_Internal_CompUnit, DWARF2_External_ARange, DWARF2_Internal_ARange): Added.. (read_leb128): Adjust return type.
* include/ChangeLog:Ulrich Weigand2011-02-081-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL. gdb/ChangeLog: * dwarf2read.c (read_subroutine_type): Set special calling convention flag for functions compiled by IBM XL C for OpenCL. * ppc-sysv-tdep.c: Include "dwarf2.h" (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types calling convention. (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement IBM OpenCL vector types calling convention. (ppc_sysv_abi_return_value): Pass through FUNC_TYPE. (ppc_sysv_abi_broken_return_value): Likewise. (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types calling convention. (ppc64_sysv_abi_return_value): Likewise. * spu-tdep.c: Include "dwarf2.h" (spu_return_value): Implement IBM OpenCL vector types calling convention. gdb/testsuite/ChangeLog: * gdb.opencl/callfuncs.cl: New file. * gdb.opencl/callfuncs.exp: New test. * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
* merge from gccDJ Delorie2011-01-121-1/+1
|
* merge from gccDJ Delorie2010-11-051-0/+2
|
* * dwarf.h (debug_info): Add offset_info and dwarf_version fields.Jakub Jelinek2010-09-091-0/+1
| | | | | | | | | | | | | | * dwarf.c (decode_location_expression): Add offset_size and dwarf_version arguments. Prefix DIE offset with 0x for DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size, complain if in frame info section. Handle DW_OP_GNU_implicit_pointer. (read_and_display_attr_value, display_debug_loc, display_debug_frames): Adjust decode_location_expression callers. (process_debug_info): Save offset_size and dwarf_version values into debug_information array. * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
* * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.Jakub Jelinek2010-06-211-0/+2
|
* 2010-06-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold2010-06-101-8/+37
| | | | | | | | | | | | | | | | | | * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and DW_TAG_HP_Bliss_field_set. (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue, DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size, DW_AT_HP_definition_points, DW_AT_HP_default_location and DW_AT_HP_is_result_param. (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d, DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited, DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed, DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d. (enum dwarf_line_number_x_ops): Add DW_LNE_HP_source_file_correlation. (enum dwarf_source_language): Add DW_LANG_HP_Bliss, DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro, DW_LANG_HP_Assembler.
* merge from gccJakub Jelinek2010-04-061-1/+3
|
* merge from gccDJ Delorie2010-04-051-1/+0
|
* include/Jakub Jelinek2010-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn field. bfd/ * dwarf2.c (struct line_head): Add maximum_ops_per_insn field. (struct line_info): Add op_index field, change end_sequence type to unsigned char. (new_line_sorts_after): For the same address compare op_index. (add_line_info): Add op_index argument, store it into the structure. (decode_line_info): Complain about unknown versions of .debug_line. Initialize maximum_ops_per_insn. Add op_index state register and track it. binutils/ * dwarf.c (struct State_Machine_Registers): Add op_index field, change end_sequence type to unsigned char. (reset_state_machine): Clear op_index. (process_extended_line_op): For DW_LNE_set_address clear op_index. (display_debug_lines_raw): Initialize li_max_ops_per_insn. Track op_index state machine register and print it if li_max_ops_per_insn is != 1. (display_debug_lines_decoded): Likewise.
* Add new DW_AT_use_GNAT_descriptive_type CU attribute.Joel Brobecker2010-01-131-0/+1
| | | | * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
* * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.Joel Brobecker2009-12-291-0/+4
|
* Checking this in for: Jonas Maebe <jonas.maebe@elis.ugent.be>Joel Brobecker2009-11-061-1/+2
| | | | | | Add DWARF attribute value for the "Borland fastcall" calling convention. * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
* merge from gccDJ Delorie2009-10-151-0/+1
|
* manually sync from the CVS repositoryJim Meyering2009-10-081-2/+30
|
* merge from gccDJ Delorie2009-08-311-0/+6
|
* Add some dwarf4 values.Doug Evans2009-07-201-1/+10
| | | | | | | * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit. (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc, DW_FORM_flag_present, DW_FORM_sig8. (enum dwarf_attribute): Add DW_AT_signature.
* merge from gccDJ Delorie2009-07-091-0/+4
|
* merge from gccDJ Delorie2009-07-091-0/+858