summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-2/+2
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-22/+10
* Thread language through c_type_print_argsTom Tromey2018-06-011-1/+2
* Remove "struct" keyword in range-based for loopsSimon Marchi2018-05-291-3/+3
* Remove symfile_complaintsTom Tromey2018-05-231-273/+144
* Use std::unique_ptr in dwarf2_read_debug_namesTom Tromey2018-05-211-9/+11
* Allocate dwz_file with newTom Tromey2018-05-181-20/+22
* Allocate dwp_file with newTom Tromey2018-05-181-28/+36
* Use new to allocate mapped_indexTom Tromey2018-05-181-15/+8
* Remove mapped_index::total_sizeSimon Marchi2018-05-181-4/+0
* Fix for dwz-related crashTom Tromey2018-05-171-34/+45
* Clear rust_unions in rust_union_quirksTom Tromey2018-05-141-0/+2
* Fix "fall through" commentsTom Tromey2018-05-041-1/+2
* Add initial type alignment supportTom Tromey2018-04-301-4/+113
* Use bool in read_index_from_sectionSimon Marchi2018-04-301-3/+3
* Enable -Wsuggest-overrideTom Tromey2018-04-271-2/+2
* Conditionally drop the discriminant field in quirk_rust_enumTom Tromey2018-04-171-3/+6
* Fix crash in quirk_rust_enumTom Tromey2018-04-171-1/+7
* Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi2018-04-071-78/+51
* Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi2018-04-071-132/+65
* Remove some usages of get_dwarf2_per_objfileSimon Marchi2018-04-071-35/+25
* Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfileSimon Marchi2018-04-071-47/+39
* Remove some unused variables in dwarf2read.cSimon Marchi2018-04-071-23/+0
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-1/+0
* Remove free_dwo_file_cleanupTom Tromey2018-03-301-30/+19
* Remove parameter from free_dwo_fileTom Tromey2018-03-301-8/+4
* Remove free_cached_comp_units cleanupsTom Tromey2018-03-301-20/+26
* Move DWARF index-related things to a separate fileSimon Marchi2018-03-271-2053/+7
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-1/+5
* Remove DEF_VEC_I(offset_type)Simon Marchi2018-03-261-2/+0
* Add psymbols for nested typesKeith Seitz2018-03-231-1/+2
* Use std::vector for field lists in dwarf2read.cTom Tromey2018-03-111-193/+96
* Remove cleanup from build_type_psymtabs_1Tom Tromey2018-03-111-20/+9
* Fix Rust enum test failuresTom Tromey2018-03-011-2/+5
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey2018-02-261-37/+181
* Convert Rust to use discriminated unionsTom Tromey2018-02-261-0/+313
* Move read_partial_die to partial_die_info::readYao Qi2018-02-261-52/+56
* Move fixup_partial_die to partial_die_info::fixupYao Qi2018-02-261-38/+35
* Remove one argument abbrev_len in read_partial_dieYao Qi2018-02-261-7/+5
* Class-fy partial_die_infoYao Qi2018-02-261-26/+62
* Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi2018-02-261-6/+8
* Don't check abbrev is NULL in read_partial_dieYao Qi2018-02-261-10/+7
* Re-write partial_die_info allocation in load_partial_diesYao Qi2018-02-261-30/+25
* dwarf: Make sect_offset 64-bitsSimon Marchi2018-02-231-167/+170
* New class allocate_on_obstackYao Qi2018-02-161-9/+5
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-9/+14
* Use enum flags for flags passed to openpSimon Marchi2018-02-131-2/+2
* gdb: Remove cleanup from dw2_do_instantiate_symtabAndrew Burgess2018-02-121-35/+41
* Move comment in gdb/dwarf2read.c::dwarf2_physnameJoel Brobecker2018-02-041-8/+8