aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21[gdb/symtab] Use task size in parallel for in process_queueusers/vries/process-queue-parallelTom de Vries1-1/+9
2022-07-21[gdb/symtab] Fix data race in lookup_die_typeTom de Vries1-1/+14
2022-07-21[gdb/symtab] Fix data race on objfile->template_symbolsTom de Vries1-0/+4
2022-07-21[gdb/symtab] Fix race condition in just_read_cusTom de Vries1-2/+8
2022-07-21[gdb/symtab] Fix data race in get_die_type_at_offsetTom de Vries1-19/+32
2022-07-21[gdb/symtab] Fix data race on per_objfile->sym_cuTom de Vries1-3/+4
2022-07-21[gdb/symtab] Use parallel_for_each in process_queueTom de Vries1-5/+26
2022-07-21[gdb] Make objfile_obstack a member functionTom de Vries1-43/+43
2022-07-21[gdb/symtab] Factor out process_queue_itemTom de Vries1-43/+52
2022-07-21[gdb/symtab] Add early-out in process_queueTom de Vries1-0/+3
2022-07-21[gdb/symtab] Use deque instead of queue for per_objfile->queueTom de Vries1-2/+2
2022-07-21[gdbsupport] Use task size in parallel_for_eachTom de Vries1-1/+8
2022-07-21[gdb/symtab] Fix bad compile unit index complaintTom de Vries1-9/+17
2022-07-14[gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matchingTom de Vries1-3/+5
2022-07-13[gdb/symtab] Make per_cu->set_lang more strictTom de Vries1-19/+19
2022-07-12[gdb/symtab] Add dwarf2_cu::lang ()Tom de Vries1-99/+99
2022-07-11[gdb/symtab] Fix data race in per_cu->lengthTom de Vries1-23/+20
2022-07-11[gdb/symtab] Use comp_unit_head::get_lengthTom de Vries1-1/+1
2022-07-08[gdb/symtab] Fix assert in process_imported_unit_dieTom de Vries1-3/+4
2022-07-08[gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_pTom de Vries1-1/+5
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries1-110/+113
2022-07-02[gdb/symtab] Fix data race on per_cu->dwarf_versionTom de Vries1-3/+7
2022-06-27[gdb/symtab] Fix parsing of .debug_str_offsets headerTom de Vries1-7/+57
2022-06-25Fix end of CU calculation in cooked_indexer::index_diesTom Tromey1-1/+3
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 Tromey1-2/+5
2022-06-12Remove addrmap_create_mutableTom Tromey1-7/+8
2022-06-12Remove addrmap wrapper functionsTom Tromey1-18/+13
2022-06-08Move CU queue to dwarf2_per_objfileTom Tromey1-11/+11
2022-06-08Change allocation of m_dwarf2_cusTom Tromey1-14/+9
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-22Accept functions with DW_AT_linkage_name presentAlok Kumar Sharma1-1/+15
2022-04-27gdb: remove BLOCK_RANGES macroSimon Marchi1-1/+1
2022-04-22Fix method naming bug in new DWARF indexerTom Tromey1-2/+5
2022-04-21Always use dwarf2_initialize_objfileTom Tromey1-10/+5
2022-04-21gdbsupport: add path_join functionSimon Marchi1-23/+19
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 Tromey1-53/+54
2022-04-20Add an ad hoc version check to dwarf_scanner_baseTom Tromey1-2/+7
2022-04-20Simplify version check in dw2_symtab_iter_nextTom Tromey1-5/+5
2022-04-20Introduce and use dwarf_scanner_baseTom Tromey1-1/+8
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 Tromey1-7/+24
2022-04-20Move mapped_index_base to new header fileTom Tromey1-72/+0
2022-04-14Ignore 0,0 entries in .debug_arangesTom Tromey1-2/+9