aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-24Move the rust "{" hackTom Tromey1-6/+11
2020-04-24Convert symbol_set_demangled_name to a methodTom Tromey1-3/+1
2020-04-24Add support for variable field offsetsTom Tromey1-43/+102
2020-04-24Add support for dynamic type lengthsTom Tromey1-8/+4
2020-04-24Rewrite the existing variant part codeTom Tromey1-242/+481
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey2-16/+59
2020-04-24Allow DWARF expression to push the initial addressTom Tromey2-6/+17
2020-04-23Fix inline frame unwinding breakageLuis Machado1-1/+3
2020-04-23Fix Ada crash with .debug_namesTom Tromey1-2/+2
2020-04-22[gdb/symtab] Store external var decls in psymtabTom de Vries1-1/+2
2020-04-22[gdb/symtab] Don't create duplicate psymtab for forward-imported CUTom de Vries1-1/+6
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey4-42/+44
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-19/+6
2020-04-16[gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries1-11/+8
2020-04-14[gdb] Fix missing symtab includesTom de Vries1-12/+25
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-4/+28
2020-04-08Remove objfile parameter from read_gdb_index_from_bufferSimon Marchi1-5/+3
2020-04-07DWARFv5: Info address command error in gdb with DWARFfv5.nitachra1-4/+19
2020-04-07DWARFv5: Handle location list for split dwarf.nitachra1-5/+13
2020-04-07Support for DW_AT_loclists_base and DW_FORM_loclistx.nitachra2-1/+136
2020-04-07gdb: small cleanups in dwarf2_psymtab constructorsSimon Marchi2-9/+4
2020-04-07[gdb/symtab] Add symbol with inherited DW_AT_const_value to psymtabsTom de Vries1-0/+37
2020-04-06Handle complex error type in read_base_typeTom Tromey1-1/+13
2020-04-03Fix attributes of typed enums of typedefsHannes Domani1-4/+6
2020-04-03Fix DWARF disassembly of DW_OP_const_typeTom Tromey1-0/+6
2020-04-02Micro-optimize partial_die_info::readTom Tromey1-4/+3