aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfile reference in cutu_reader::keepSimon Marchi1-2/+5
2020-05-27Make queue_and_load_dwo_tu receive a dwarf2_cuSimon Marchi1-7/+6
2020-05-27Add dwarf2_per_objfile parameter to cutu_reader's constructorsSimon Marchi1-50/+71
2020-05-27Use bfd_get_filename instead of objfile_name in lookup_dwo_unitSimon Marchi1-1/+1
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi5-28/+32
2020-05-27Add dwarf2_per_bfd field to dwarf2_per_cu_dataSimon Marchi2-6/+18
2020-05-27Remove dwarf2_cu->per_cu->dwarf2_per_objfile referencesSimon Marchi1-165/+127
2020-05-27Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in dw2_do_instanti...Simon Marchi1-38/+46
2020-05-27Add dwarf2_per_objfile field to dwarf2_cuSimon Marchi1-10/+18
2020-05-27Move die_type_hash to dwarf2_per_objfileSimon Marchi2-10/+10
2020-05-27Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_dataSimon Marchi2-70/+129
2020-05-27Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfdSimon Marchi4-362/+381
2020-05-27Add dwarf2_per_objfile member to DWARF batonsTom Tromey3-12/+37
2020-05-27Add dwarf2_per_cu_data::indexTom Tromey2-19/+46
2020-05-27Add "objfile" parameter to two partial_symtab methodsTom Tromey1-4/+4
2020-05-27Introduce dwarf2_per_objfile::obstackTom Tromey2-52/+47
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-7/+7
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-5/+5
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-10/+11
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-26/+26
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-6/+6
2020-05-20[gdb/symtab] Handle .gdb_index in ada language modeTom de Vries1-8/+44
2020-05-20Use bfd_get_filename throughout gdbAlan Modra1-6/+6
2020-05-19gdb: fix off-by-one error in quirk_rust_enumSimon Marchi1-1/+1
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-2/+2
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-19/+19
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-16/+16
2020-05-15Remove allocate_symbol et alTom Tromey1-5/+4
2020-05-15Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi3-32/+32
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-7/+7
2020-05-11[gdb/symtab] Save modules in .debug_namesTom de Vries1-0/+2
2020-05-11[gdb/symtab] Fix incomplete CU list assert in .debug_namesTom de Vries1-1/+24
2020-05-09Fix for the complaint observed when symbol reading due to unsupported .debug_...nitachra1-0/+18
2020-05-08Don't re-process a DIE in read_lexical_block_scopeTom Tromey1-1/+10
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-6/+4
2020-05-07gdb: make add_dyn_prop a method of struct typeSimon Marchi1-6/+6
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-12/+4
2020-04-30Revert "2020-04-29 Sterling Augustine <saugustine@google.com>"Tom de Vries1-1/+0
2020-04-292020-04-29 Sterling Augustine <saugustine@google.com>Sterling Augustine1-0/+1
2020-04-29Fix Ada crash with .debug_typesTom Tromey1-34/+27
2020-04-28gdb: Fix toplevel types with -fdebug-types-sectionMark Williams1-0/+2
2020-04-28gdb: use gdb:hash_enum as hash function in offset_map_typeSimon Marchi1-1/+2
2020-04-28[gdb/symtab] Handle struct decl with DW_AT_signatureTom de Vries1-1/+2
2020-04-27Fix remaining inline/tailcall unwinding breakage for x86_64Luis Machado1-3/+36
2020-04-24Fix Rust test casesTom Tromey1-1/+2
2020-04-24Use the linkage name if it existsTom Tromey1-8/+21
2020-04-24Don't call compute_and_set_names for partial symbolsTom Tromey1-3/+3
2020-04-24Use the new add_psymbol_to_list overloadTom Tromey1-64/+63
2020-04-24Add attribute::value_as_string methodTom Tromey3-12/+25