aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2022-06-14Debug support for global alias variableKavitha Natarajan1-21/+42
2022-06-12Remove psymtab_addrmapTom Tromey1-2/+2
2022-06-12Use malloc for mutable addrmapsTom Tromey1-28/+15
2022-06-12Remove addrmap::create_fixedTom Tromey2-4/+7
2022-06-12Remove addrmap_create_mutableTom Tromey1-7/+8
2022-06-12Remove addrmap wrapper functionsTom Tromey3-21/+16
2022-06-08Move CU queue to dwarf2_per_objfileTom Tromey2-14/+14
2022-06-08Change allocation of m_dwarf2_cusTom Tromey2-16/+13
2022-05-31Clarify why we unit test matching symbol names with 0xff charactersPedro Alves1-4/+13
2022-05-26Fix crash in new DWARF indexerTom Tromey1-39/+33
2022-05-26Finalize each cooked index separatelyTom Tromey2-163/+192
2022-05-22Accept functions with DW_AT_linkage_name presentAlok Kumar Sharma1-1/+15
2022-05-13Remove unused field cooked_index::m_startTom Tromey1-5/+0
2022-05-10Fix --disable-threading buildTom Tromey1-1/+1
2022-05-04Fix crash when creating index from indexTom Tromey3-19/+27
2022-04-29De-duplicate .gdb_indexTom Tromey1-2/+23
2022-04-29Fix .debug_names regression with new indexerTom Tromey3-3/+85
2022-04-28Check OBJF_NOT_FILENAME in DWARF index codeTom Tromey2-6/+7
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_RANGES macroSimon Marchi1-1/+1
2022-04-25Do not put linkage names into .gdb_indexTom Tromey1-0/+8
2022-04-22Fix method naming bug in new DWARF indexerTom Tromey2-2/+16
2022-04-21gdb/dwarf: remove line_header::header_length fieldSimon Marchi2-3/+4
2022-04-21gdb/dwarf: remove line_header::total_length fieldSimon Marchi2-6/+5
2022-04-21Always use dwarf2_initialize_objfileTom Tromey2-13/+5
2022-04-21gdbsupport: add path_join functionSimon Marchi2-24/+21
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-6/+6
2022-04-20Add accessors for symbol's artificial fieldTom Tromey1-1/+1
2022-04-20Unify the DWARF index holdersTom Tromey3-73/+72
2022-04-20Add an ad hoc version check to dwarf_scanner_baseTom Tromey2-2/+15
2022-04-20Simplify version check in dw2_symtab_iter_nextTom Tromey1-5/+5
2022-04-20Introduce and use dwarf_scanner_baseTom Tromey3-8/+26
2022-04-20Introduce readnow_functionsTom Tromey1-53/+56
2022-04-20Remove some "OBJF_READNOW" code from dwarf2_debug_names_indexTom Tromey1-16/+1
2022-04-20Let mapped index classes create the quick_symbol_functions objectTom Tromey2-7/+28
2022-04-20Give mapped_index_base a virtual destructorTom Tromey1-4/+1
2022-04-20Move mapped_index_base to new header fileTom Tromey3-72/+98
2022-04-20Micro-optimize cooked_index_entry::full_nameTom Tromey1-6/+5
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-3/+1
2022-04-16Add comments to dwarf2/abbrev-cache.hTom Tromey1-1/+9
2022-04-14Ignore 0,0 entries in .debug_arangesTom Tromey1-2/+9
2022-04-14gdb: remove move constructor and move assignment operator from cooked_indexSimon Marchi1-2/+0
2022-04-12gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cooked-index.cSimon Marchi1-4/+2
2022-04-12gdb: change subfile::name and buildsym_compunit::m_comp_dir to stringsSimon Marchi1-5/+5
2022-04-12gdb: use decltype instead of typeof in dwarf2/read.cSimon Marchi1-1/+1
2022-04-12Remove dwarf2_per_cu_data::vTom Tromey2-65/+33
2022-04-12Delete DWARF psymtab codeTom Tromey6-2964/+198
2022-04-12Enable the new DWARF indexerTom Tromey1-1/+2
2022-04-12Adapt .debug_names writer to new DWARF scannerTom Tromey1-10/+42
2022-04-12Adapt .gdb_index writer to new DWARF scannerTom Tromey1-8/+55