summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* Don't let property evaluation affect the current languageTom Tromey2023-01-031-0/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-0146-46/+46
* [gdb/symtab] Make comp_unit_head.length privateTom de Vries2022-12-303-18/+33
* Add initializers to comp_unit_headTom Tromey2022-12-264-16/+14
* Use bool for dwarf2_has_infoTom Tromey2022-12-232-5/+5
* gdb/c++: validate 'using' directives based on the current lineBruno Larsen2022-12-211-1/+28
* Use bool constants for value_print_optionsTom Tromey2022-12-191-1/+1
* gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany2022-12-081-0/+3
* Add name canonicalization for CTom Tromey2022-12-012-3/+23
* Refactor cooked_index::do_finalizeTom Tromey2022-12-011-26/+23
* Remove language check from dwarf2_compute_nameTom Tromey2022-12-011-5/+3
* gdb/dwarf: add some QUIT macrosSimon Marchi2022-12-011-0/+4
* Fix leak in the dwarf readerPhilippe Waroquiers2022-11-271-1/+1
* [gdb/symtab] Handle failure to open .gnu_debugaltlink fileTom de Vries2022-11-261-1/+10
* Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct.Philippe Waroquiers2022-11-261-0/+1
* remove the declared but undefined/unused method find_partial_diePhilippe Waroquiers2022-11-261-2/+0
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-142-8/+13
* gdb: Fix issue with Clang CLI macrosBruno Larsen2022-11-035-6/+33
* Convert compunit_language to a methodTom Tromey2022-10-281-2/+2
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-252-4/+4
* gdb: make inherit_abstract_dies use vector iteratorsSimon Marchi2022-10-211-13/+12
* gdb: check for empty offsets vector in inherit_abstract_diesSimon Marchi2022-10-211-9/+14
* Fix incorrect .gdb_index with new DWARF scannerTom Tromey2022-10-213-8/+34
* Fix bug in Ada packed array handlingTom Tromey2022-10-211-0/+4
* gdb: declare variables on first use in inherit_abstract_diesSimon Marchi2022-10-211-28/+23
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-195-30/+19
* Remove a nullptr check in DWARF scannerTom Tromey2022-10-171-1/+0
* Change .gdb_index de-duplication implementationTom Tromey2022-10-171-36/+41
* Improve Ada support in .gdb_indexTom Tromey2022-10-171-9/+35
* Don't add type linkage names to cooked indexTom Tromey2022-10-171-5/+0
* Fix regression in c-linkage-name.exp with gdb indexTom Tromey2022-10-171-3/+4
* More uses of checked_static_castTom Tromey2022-10-161-10/+10
* Use checked_static_cast in more placesTom Tromey2022-10-161-7/+7
* Change GDB to use frame_info_ptrTom Tromey2022-10-108-83/+87
* Merge both implementations of debug_names::insertTom Tromey2022-10-081-27/+24
* [gdb/symtab] Factor out have_complaintTom de Vries2022-10-061-14/+17
* [gdb/symtab] Don't complain about function declsTom de Vries2022-10-041-1/+3
* [gdb/symtab] Don't complain about inlined functionsTom de Vries2022-10-041-1/+8
* [gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries2022-09-223-11/+32
* [gdb/symtab] Rename all_comp_units to all_unitsTom de Vries2022-09-223-87/+87
* gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi2022-09-211-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-214-48/+48
* gdb: add type::length / type::set_lengthSimon Marchi2022-09-211-26/+18
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-212-24/+23
* gdb: add type::target_type / type::set_target_typeSimon Marchi2022-09-211-7/+6
* [gdb/symtab] Fix "file index out of range" complaintTom de Vries2022-09-171-10/+10
* [gdb/symtab] Handle named DW_TAG_unspecified_type DIETom de Vries2022-09-161-0/+1
* [gdb/symtab] Support .gdb_index section with TUs in .debug_infoTom de Vries2022-09-121-2/+5
* [gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries2022-09-111-3/+3
* [gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries2022-09-061-2/+5