aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2022-12-08gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany1-0/+3
2022-12-01Add name canonicalization for CTom Tromey2-3/+23
2022-12-01Refactor cooked_index::do_finalizeTom Tromey1-26/+23
2022-12-01Remove language check from dwarf2_compute_nameTom Tromey1-5/+3
2022-12-01gdb/dwarf: add some QUIT macrosSimon Marchi1-0/+4
2022-11-27Fix leak in the dwarf readerPhilippe Waroquiers1-1/+1
2022-11-26[gdb/symtab] Handle failure to open .gnu_debugaltlink fileTom de Vries1-1/+10
2022-11-26Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct.Philippe Waroquiers1-0/+1
2022-11-26remove the declared but undefined/unused method find_partial_diePhilippe Waroquiers1-2/+0
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2-8/+13
2022-11-03gdb: Fix issue with Clang CLI macrosBruno Larsen5-6/+33
2022-10-28Convert compunit_language to a methodTom Tromey1-2/+2
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi2-4/+4
2022-10-21gdb: make inherit_abstract_dies use vector iteratorsSimon Marchi1-13/+12
2022-10-21gdb: check for empty offsets vector in inherit_abstract_diesSimon Marchi1-9/+14
2022-10-21Fix incorrect .gdb_index with new DWARF scannerTom Tromey3-8/+34
2022-10-21Fix bug in Ada packed array handlingTom Tromey1-0/+4
2022-10-21gdb: declare variables on first use in inherit_abstract_diesSimon Marchi1-28/+23
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves5-30/+19
2022-10-17Remove a nullptr check in DWARF scannerTom Tromey1-1/+0
2022-10-17Change .gdb_index de-duplication implementationTom Tromey1-36/+41
2022-10-17Improve Ada support in .gdb_indexTom Tromey1-9/+35
2022-10-17Don't add type linkage names to cooked indexTom Tromey1-5/+0
2022-10-17Fix regression in c-linkage-name.exp with gdb indexTom Tromey1-3/+4
2022-10-16More uses of checked_static_castTom Tromey1-10/+10
2022-10-16Use checked_static_cast in more placesTom Tromey1-7/+7
2022-10-10Change GDB to use frame_info_ptrTom Tromey8-83/+87
2022-10-08Merge both implementations of debug_names::insertTom Tromey1-27/+24
2022-10-06[gdb/symtab] Factor out have_complaintTom de Vries1-14/+17
2022-10-04[gdb/symtab] Don't complain about function declsTom de Vries1-1/+3
2022-10-04[gdb/symtab] Don't complain about inlined functionsTom de Vries1-1/+8
2022-09-22[gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries3-11/+32
2022-09-22[gdb/symtab] Rename all_comp_units to all_unitsTom de Vries3-87/+87
2022-09-21gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi4-48/+48
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-26/+18
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi2-24/+23
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-7/+6
2022-09-17[gdb/symtab] Fix "file index out of range" complaintTom de Vries1-10/+10
2022-09-16[gdb/symtab] Handle named DW_TAG_unspecified_type DIETom de Vries1-0/+1
2022-09-12[gdb/symtab] Support .gdb_index section with TUs in .debug_infoTom de Vries1-2/+5
2022-09-11[gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries1-3/+3
2022-09-06[gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries1-2/+5
2022-08-31gdb, dwarf: create symbols for template tags without namesNils-Christian Kempke1-1/+44
2022-08-30[gdb/symtab] Fix assert in set_lengthTom de Vries1-1/+3
2022-08-18gdb: call check_typedef at beginning of dwarf_expr_context::fetch_resultSimon Marchi1-0/+5
2022-08-07[gdb/symtab] Fix assert in read_addrmap_from_arangesTom de Vries1-9/+28
2022-08-05[gdb/symtab] Use task size in parallel_for_each in dwarf2_build_psymtabs_hardTom de Vries1-1/+8
2022-08-04Use registry in gdbarchTom Tromey2-57/+33
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey5-40/+44