aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-07Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi1-132/+65
2018-04-07Remove some usages of get_dwarf2_per_objfileSimon Marchi1-35/+25
2018-04-07Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfileSimon Marchi1-47/+39
2018-04-07Remove some unused variables in dwarf2read.cSimon Marchi1-23/+0
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-1/+0
2018-03-30Remove free_dwo_file_cleanupTom Tromey1-30/+19
2018-03-30Remove parameter from free_dwo_fileTom Tromey1-8/+4
2018-03-30Remove free_cached_comp_units cleanupsTom Tromey1-20/+26
2018-03-27Move DWARF index-related things to a separate fileSimon Marchi1-2053/+7
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-1/+5
2018-03-26Remove DEF_VEC_I(offset_type)Simon Marchi1-2/+0
2018-03-23Add psymbols for nested typesKeith Seitz1-1/+2