aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-11Use std::vector for field lists in dwarf2read.cTom Tromey1-193/+96
2018-03-11Remove cleanup from build_type_psymtabs_1Tom Tromey1-20/+9
2018-03-01Fix Rust enum test failuresTom Tromey1-2/+5
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-26Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey1-37/+181
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-0/+313
2018-02-26Move read_partial_die to partial_die_info::readYao Qi1-52/+56
2018-02-26Move fixup_partial_die to partial_die_info::fixupYao Qi1-38/+35
2018-02-26Remove one argument abbrev_len in read_partial_dieYao Qi1-7/+5
2018-02-26Class-fy partial_die_infoYao Qi1-26/+62
2018-02-26Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi1-6/+8
2018-02-26Don't check abbrev is NULL in read_partial_dieYao Qi1-10/+7
2018-02-26Re-write partial_die_info allocation in load_partial_diesYao Qi1-30/+25
2018-02-23dwarf: Make sect_offset 64-bitsSimon Marchi1-167/+170
2018-02-16New class allocate_on_obstackYao Qi1-9/+5
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-9/+14
2018-02-13Use enum flags for flags passed to openpSimon Marchi1-2/+2
2018-02-12gdb: Remove cleanup from dw2_do_instantiate_symtabAndrew Burgess1-35/+41
2018-02-04Move comment in gdb/dwarf2read.c::dwarf2_physnameJoel Brobecker1-8/+8
2018-01-28Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfileSimon Marchi1-33/+24
2018-01-21Ada/DWARF: Assume the Ada compiler produces descriptive type attributesJoel Brobecker1-9/+3
2018-01-18Make abbrev_table::abbrevs privateYao Qi1-6/+8
2018-01-17Remove symbolp typedefTom Tromey1-3/+0
2018-01-17Remove objfile argument from add_dyn_propTom Tromey1-3/+3