aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
8 daysRename expand_symtabs_matchingTom Tromey3-49/+41
8 daysMake dw_expand_symtabs_matching_file_matcher staticTom Tromey2-10/+8
8 daysRewrite the .gdb_index readerTom Tromey7-1040/+309
8 daysHave expand_symtabs_matching work for already-expanded CUsTom Tromey1-14/+30
8 daysRemove dwarf2_per_cu_data::markTom Tromey3-46/+83
8 daysEntries from anon-struct.exp not in cooked indexTom Tromey3-0/+40
8 daysRestore "ingestion" of .debug_str when writing .debug_namesTom Tromey1-10/+14
8 daysFix index's handling of DW_TAG_imported_declarationTom Tromey3-1/+10
8 daysAda import functions not in indexTom Tromey5-9/+29
8 daysEmit some type declarations in .gdb_indexTom Tromey1-8/+68
8 daysChange ada_decode to preserve upper-case in some situationsTom Tromey1-1/+1
8 daysAdd another minor hack to cooked_index_entry::full_nameTom Tromey1-0/+7
8 daysRemove support for .gdb_index < 7Tom Tromey1-32/+4
9 daysUse gnulib c-ctype module in gdbTom Tromey2-7/+7
9 daysUse c-ctype.h (not safe-ctype.h) in gdbTom Tromey1-2/+1
10 daysChange dwarf_record_line_1 to be a methodTom Tromey1-22/+16
10 daysChange dwarf_finish_line to be a methodTom Tromey1-14/+10
10 daysAdd m_builder member to lnp_state_machineTom Tromey1-6/+8
10 daysChange dwarf_record_line_p to be a methodTom Tromey1-11/+8
10 daysBoolify line-program.cTom Tromey2-8/+8
10 daysMove compute_include_file_name earlierTom Tromey1-75/+69
10 daysMove lnp_state_machine to new fileTom Tromey4-753/+813
2025-08-23[gdb/symtab] Turn complaints in create_addrmap_from_gdb_index into warningsTom de Vries1-6/+8
2025-08-23[gdb/symtab] Detect overlapping ranges in create_addrmap_from_gdb_indexTom de Vries1-1/+9
2025-08-23[gdb/symtab] Bail out of create_addrmap_from_gdb_index on errorTom de Vries1-5/+9
2025-08-19gdb: rename address_class -> location_classSimon Marchi2-34/+34
2025-08-14gdb/dwarf: clear per_bfd::num_{comp,type}_units on errorSimon Marchi4-21/+44
2025-08-13Refine range check in create_addrmap_from_gdb_indexTom Tromey1-1/+1
2025-08-12Change type::fields to return an array_viewTom Tromey1-14/+10
2025-08-01gdb/dwarf: sort dwarf2_per_bfd::all_units by (section, offset)Simon Marchi7-217/+304
2025-08-01gdb/dwarf: sort units when writing indexSimon Marchi1-50/+92
2025-08-01gdb/dwarf: make .gdb_index reader use its own list of unitsSimon Marchi1-15/+23
2025-08-01gdb/dwarf: move index unit vectors to .debug_names reader and use themSimon Marchi2-57/+60
2025-08-01gdb/dwarf: remove all_{comp,type}_units viewsSimon Marchi4-18/+9
2025-08-01gdb/dwarf: track compilation and type unit countSimon Marchi2-8/+12
2025-07-25gdb/dwarf: apply DW_AT_bit_offset when DW_AT_data_member_location is constant...Simon Marchi1-1/+6
2025-07-25gdb/dwarf: rename some variables in handle_member_locationSimon Marchi1-24/+32
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey9-28/+9
2025-06-19gdb/dwarf: change CUs -> units in print_statsSimon Marchi1-2/+2
2025-06-17gdb/dwarf: rename get_cu -> get_unitSimon Marchi4-15/+15
2025-06-13gdb/dwarf: make cooked_index_flag's to_string handle IS_SYNTHESIZEDSimon Marchi1-0/+1
2025-06-10gdb/dwarf2: remove erroneous comment in open_and_init_dwo_fileSimon Marchi1-5/+0
2025-06-06Fix regression with DW_AT_bit_offset handlingTom Tromey3-63/+43
2025-06-03gdb: Make dwarf support optional at compile timeGuinevere Larsen3-22/+131
2025-06-03Handle dynamic DW_AT_data_bit_offsetTom Tromey1-2/+23
2025-06-03[gdb/cli] Use captured per_command_time in worker threadsTom de Vries4-6/+16
2025-06-02gdb/dwarf2: update call_site::target commentSimon Marchi1-1/+1
2025-05-30gdb: fix DW_AT_compile_unit -> DW_TAG_compile_unit in commentSimon Marchi1-1/+1
2025-05-28[gdb/symtab] Note errors in process_skeletonless_type_unitsTom de Vries3-19/+26
2025-05-24[gdb/build] Fix unused var in lookup_dwo_unit_in_dwpTom de Vries1-1/+1