aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi2-48/+37
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-1/+1
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves1-2/+16
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess1-36/+1
2020-07-01Recognize -1 as a tombstone value in .debug_lineFangrui Song1-6/+7
2020-07-01Allow reference form for DW_AT_associated and DW_AT_allocated attributesAlok Kumar Sharma1-14/+2
2020-06-30Fix bug in quirk_rust_enumTom Tromey1-1/+1
2020-06-23gdb: add some more empty lines in loc.cSimon Marchi1-0/+17
2020-06-23gdb: add empty lines in loc.cSimon Marchi1-1/+41
2020-06-17gdb: check for partial symtab presence in dwarf2_initialize_objfileSimon Marchi1-0/+8
2020-06-17gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess1-1/+1
2020-06-17gdb: Convert language la_class_name_from_physname field to a methodAndrew Burgess1-4/+3
2020-06-10[gdb/symtab] Enable ada .gdb_indexTom de Vries2-7/+36
2020-06-10[gdb/symtab] Fix name lookup in dw2_map_matching_symbolsTom de Vries1-14/+47
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-18/+16
2020-06-08gdb: remove FIELD_TYPE macroSimon Marchi1-3/+2
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-9/+9
2020-06-04gdb: really share partial symtabs when using .gdb_index or .debug_namesSimon Marchi1-22/+34
2020-06-03[gdb/symtab] Fix missing breakpoint location for inlined functionTom de Vries1-1/+5
2020-06-01gdb: Preserve is-stmt lines when switch between filesAndrew Burgess1-3/+44
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi12-793/+709
2020-05-28gdb: add comment in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi1-0/+6
2020-05-28gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi1-3/+3
2020-05-28[gdb/symtab] Make gold index workaround more preciseTom de Vries1-8/+14
2020-05-27Use add_partial_symbol in load_partial_diesTom Tromey1-10/+3
2020-05-27Inline abbrev lookupTom Tromey2-18/+17
2020-05-27Lazily compute partial DIE nameTom Tromey1-33/+59
2020-05-27Attribute method inliningTom Tromey2-29/+25
2020-05-27Share DWARF partial symtabsTom Tromey2-14/+96
2020-05-27Move line_header_hash to dwarf2_per_objfileSimon Marchi2-9/+9
2020-05-27Make mapped_debug_names independent of objfileSimon Marchi1-74/+94
2020-05-27Replace dwarf2_per_cu_data::cu backlink with per-objfile mapSimon Marchi2-201/+189
2020-05-27Pass existing_cu object to cutu_readerSimon Marchi1-25/+32
2020-05-27Add comp_unit_head to dwarf2_per_cu_dataSimon Marchi2-34/+37
2020-05-27Make load_cu return the loaded dwarf2_cuSimon Marchi1-32/+33
2020-05-27Pass dwarf2_cu to process_full_{comp,type}_unitSimon Marchi1-22/+15
2020-05-27Pass dwarf2_per_bfd instead of dwarf2_per_objfile to some index-related funct...Simon Marchi1-47/+43
2020-05-27Move signatured_type::type to unshareable objectTom Tromey2-10/+34
2020-05-27Split type_unit_groupTom Tromey2-26/+70
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi2-11/+0
2020-05-27Remove leftover references to dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi1-3/+3
2020-05-27Add dwarf2_per_objfile parameter to get_die_type_at_offsetSimon Marchi3-15/+19
2020-05-27Add dwarf2_per_objfile parameter to free_one_cached_comp_unitSimon Marchi2-21/+28
2020-05-27Remove dwarf2_per_cu_data::objfile ()Simon Marchi4-63/+58
2020-05-27Add dwarf2_per_objfile parameters to dwarf2_fetch_* functionsSimon Marchi3-27/+43
2020-05-27Add dwarf2_per_objfile parameter to allocate_piece_closureSimon Marchi1-3/+5
2020-05-27Add dwarf2_per_objfile parameter to dwarf2_read_addr_indexSimon Marchi3-28/+38
2020-05-27Remove dwarf2_per_cu_data::text_offsetSimon Marchi3-29/+21