aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
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-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-14gdb: remove TYPE_CODE macroSimon Marchi1-23/+23
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-7/+7
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-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-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 Tromey1-12/+3
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-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 Tromey1-30/+32
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-19/+6
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-07Support for DW_AT_loclists_base and DW_FORM_loclistx.nitachra1-0/+134
2020-04-07gdb: small cleanups in dwarf2_psymtab constructorsSimon Marchi1-2/+1
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-02Micro-optimize partial_die_info::readTom Tromey1-4/+3
2020-04-02[gdb/ada] Fix -readnow FAILsTom de Vries1-3/+29
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries1-0/+2