aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-02DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries.nitachra1-1/+20
2020-09-30[gdb] Fix regression in dwarf2_nameTom de Vries1-0/+2
2020-09-30Fix regression in variant part handlingTom Tromey1-2/+2
2020-09-29Remove DW_UNSNDTom Tromey1-85/+86
2020-09-29Add attribute::as_boolean methodTom Tromey1-15/+15
2020-09-29Add attribute::as_virtuality methodTom Tromey1-2/+2
2020-09-29Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey1-21/+2
2020-09-29Add attribute::as_unsigned methodTom Tromey1-11/+11
2020-09-29Change how accessibility is handled in dwarf2/read.cTom Tromey1-22/+19
2020-09-29Change how reprocessing is doneTom Tromey1-32/+31
2020-09-29Remove DW_ADDRTom Tromey1-6/+8
2020-09-29Add reprocessing flag to struct attributeTom Tromey1-5/+7
2020-09-29Use setter for attribute's unsigned valueTom Tromey1-26/+26
2020-09-29Remove DW_SNDTom Tromey1-8/+12
2020-09-29Remove DW_SIGNATURETom Tromey1-5/+5
2020-09-29Remove DW_BLOCKTom Tromey1-72/+93
2020-09-29Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey1-35/+26
2020-09-29Remove some uses of DW_STRING_IS_CANONICALTom Tromey1-4/+4
2020-09-29Change some uses of DW_STRING to string methodTom Tromey1-28/+36
2020-09-29Rename struct attribute accessorsTom Tromey1-12/+12
2020-09-29Add attribute::value_as_string methodTom Tromey1-5/+0
2020-09-23Handle bit offset and bit size in base typesTom Tromey1-0/+20
2020-09-19Use gdb_bfd_sections in dwarf2/read.cTom Tromey1-26/+24
2020-09-17Use htab_up in dwarf2/read.cTom Tromey1-11/+9
2020-09-16gdb: Convert language_data::la_array_ordering to a methodAndrew Burgess1-1/+1
2020-09-16gdb: Override store_sym_names_in_linkage_form_p for Go languageAndrew Burgess1-6/+0
2020-09-16gdb: Convert la_store_sym_names_in_linkage_form_p to a methodAndrew Burgess1-1/+1
2020-09-14Use type_instance_flags more throughoutPedro Alves1-4/+3
2020-09-14gdb: add type::endianity_is_not_default / type::set_endianity_is_not_defaultSimon Marchi1-1/+1
2020-09-14gdb: add type::stub_is_supported / type::set_stub_is_supportedSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-3/+3
2020-09-14gdb: add type::has_varargs / type::set_has_varargsSimon Marchi1-1/+2
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi1-1/+1
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-1/+1
2020-09-14gdb: add type::is_stub / type::set_is_stubSimon Marchi1-5/+5
2020-09-14gdb: remove TYPE_NOSIGNSimon Marchi1-1/+1
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-5/+5
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-2/+6
2020-09-03[gdb/breakpoint, PIE] Handle setting breakpoint on label without addressTom de Vries1-1/+3
2020-08-31gdb: change type of field_info::non_public_fields to boolSimon Marchi1-3/+3
2020-08-31gdb: fix indentation of struct field_infoSimon Marchi1-28/+28
2020-08-09gdb: replace function pointer with `void *` data with function_viewSimon Marchi1-7/+6
2020-08-07Add code for processing version 5 DWP files (for use with DWARF v5).Caroline Tice1-52/+428
2020-08-05Fix variant part regressions with older Rust compilerTom Tromey1-9/+23
2020-08-04[gdb/symtab] Handle invalid partial DIE referenceTom de Vries1-3/+1
2020-08-03[gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user rangeTom de Vries1-0/+7
2020-07-25[gdb/symtab] Ignore zero line table entriesTom de Vries1-2/+3
2020-07-16gdb: fix issues with handling DWARF v5 rnglists & .dwo files.Caroline Tice1-48/+213