aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-17Change dwarf2_cu::method_info to be a std::vectorTom Tromey1-57/+36
2018-01-17Allocate dwarf2_cu with newSimon Marchi1-143/+67
2018-01-17Allocate abbrev_table with newTom Tromey1-180/+106
2018-01-17Unify new_symbol and new_symbol_fullTom Tromey1-20/+9
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-1/+1
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves1-17/+15
2018-01-09Fix breakpoint add on inlined function using function name.Xavier Roirand1-8/+13
2018-01-07Remove dwarf2_cu::dwarf2_per_objfileSimon Marchi1-107/+140