aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-05[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract diesTom de Vries1-2/+41
2018-08-31Set TYPE_LENGTH on a variant partTom Tromey1-0/+12
2018-08-23Record explicit block ranges from dwarf2read.cKevin Buettner1-0/+4
2018-08-07Add DWARF index cacheSimon Marchi1-0/+45
2018-08-07Make index reading functions more modularSimon Marchi1-44/+78
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-14/+12
2018-08-02Allow "info address" of a template parameterTom Tromey1-1/+23
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-50/+61
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-8/+8
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess1-2/+2
2018-07-26[gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_countTom de Vries1-2/+17
2018-07-24Set CU language before processing any DIEs (symtab/23010 et al)Keith Seitz1-6/+22
2018-07-20Convert the DWARF reader to new-style buildysmTom Tromey1-126/+164
2018-07-20Parameterize cp_scan_for_anonymous_namespacesTom Tromey1-1/+2
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Remove buildsym_initTom Tromey1-2/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-20/+20
2018-07-20Set list_in_scope later in DWARF readerTom Tromey1-4/+2
2018-07-20Do not look at file symbols when reading psymtabsTom Tromey1-3/+0
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-2/+2
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-13/+13
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-31/+32
2018-07-16Use outermost_context_p in more placesTom Tromey1-2/+2
2018-07-16Move the using directives to buildsym_compunitTom Tromey1-5/+5
2018-07-16Move processing_gcc to stabsreadTom Tromey1-3/+0
2018-07-04[gdb/symtab] Fix version check in dwarf compilation unit headerTom de Vries1-5/+4
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-6/+6
2018-06-27Fix lost line info for symbol at addr zeroOmair Javaid1-10/+10
2018-06-11Rename some functions, index -> gdb_indexSimon Marchi1-22/+22
2018-06-10Remove more "struct" keywords in range-based for loopsSimon Marchi1-1/+1
2018-06-09Remove a VEC from dwarf2read.cTom Tromey1-9/+3
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-2/+2
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-22/+10
2018-06-01Thread language through c_type_print_argsTom Tromey1-1/+2
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi1-3/+3
2018-05-23Remove symfile_complaintsTom Tromey1-273/+144
2018-05-21Use std::unique_ptr in dwarf2_read_debug_namesTom Tromey1-9/+11
2018-05-18Allocate dwz_file with newTom Tromey1-20/+22
2018-05-18Allocate dwp_file with newTom Tromey1-28/+36
2018-05-18Use new to allocate mapped_indexTom Tromey1-15/+8
2018-05-18Remove mapped_index::total_sizeSimon Marchi1-4/+0
2018-05-17Fix for dwz-related crashTom Tromey1-34/+45
2018-05-14Clear rust_unions in rust_union_quirksTom Tromey1-0/+2
2018-05-04Fix "fall through" commentsTom Tromey1-1/+2
2018-04-30Add initial type alignment supportTom Tromey1-4/+113
2018-04-30Use bool in read_index_from_sectionSimon Marchi1-3/+3
2018-04-27Enable -Wsuggest-overrideTom Tromey1-2/+2
2018-04-17Conditionally drop the discriminant field in quirk_rust_enumTom Tromey1-3/+6
2018-04-17Fix crash in quirk_rust_enumTom Tromey1-1/+7
2018-04-07Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi1-78/+51