aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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 Marchi3-9/+9
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-17gdb: fix wrong indentation in symbol_needs_eval_contextSimon Marchi1-13/+13
2020-08-17gdb: use bool in dwarf2_loc_desc_get_symbol_read_needsSimon Marchi1-4/+3
2020-08-09gdb: replace function pointer with `void *` data with function_viewSimon Marchi3-41/+26
2020-08-07Add code for processing version 5 DWP files (for use with DWARF v5).Caroline Tice1-52/+428
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-0/+1
2020-08-05Fix variant part regressions with older Rust compilerTom Tromey1-9/+23
2020-08-04gdb: use bool in frame codeSimon Marchi1-1/+1
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-28Fix bug in DW_OP_GNU_variable_value evaluationTom Tromey1-1/+2
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