aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-1/+1
2023-02-13Turn allocate_optimized_out_value into static "constructor"Tom Tromey2-6/+6
2023-02-13Turn allocate_computed_value into static "constructor"Tom Tromey2-2/+2
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey3-5/+5
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey2-5/+5
2023-02-13Turn value_initialized and set_value_initialized functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey2-9/+9
2023-02-13Turn value_stack and set_value_stack functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-1/+1
2023-02-13Turn some value offset functions into methodTom Tromey1-1/+1
2023-02-13Turn value_offset into methodTom Tromey1-5/+5
2023-02-13Turn value_parent into methodTom Tromey1-1/+1
2023-02-13Turn value_bitpos into methodTom Tromey1-3/+3
2023-02-13Turn value_bitsize into methodTom Tromey1-5/+5
2023-02-13Turn value_type into methodTom Tromey2-39/+39
2023-02-12Move some code from dwarf2/read.c to die.cTom Tromey3-228/+261
2023-02-09Remove mention of cooked_index_vectorTom Tromey1-1/+1
2023-02-09Let user C-c when waiting for DWARF index finalizationTom Tromey2-6/+21
2023-02-08Remove compunit_symtab::m_block_line_sectionTom Tromey1-6/+2
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey1-3/+2
2023-02-08Set section indices when symbols are madeTom Tromey1-0/+1
2023-02-08Simplify checks of cooked_indexTom Tromey1-12/+14
2023-01-31gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi5-38/+35
2023-01-31gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi3-24/+24
2023-01-31gdb: add nullptr check to cooked_index_functions::dumpSimon Marchi1-4/+5
2023-01-30gdb: fix dwarf2/cooked-index.c compilation on 32-bit systemsSimon Marchi1-1/+1
2023-01-30gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi3-1/+109
2023-01-30Fix comparator bug in cooked indexTom Tromey2-85/+132
2023-01-30Clean up lnp_state_machine constructorTom Tromey1-20/+13
2023-01-30Make addrmap const-correct in cooked indexTom Tromey3-9/+11
2023-01-30gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi3-8/+9
2023-01-27More const-correctness in cooked indexerTom Tromey2-12/+13
2023-01-25gdb: dwarf2 generic implementation for caching function dataTorbjörn SVENSSON2-2/+95
2023-01-20gdb: move frame_info_ptr to frame.{c,h}Simon Marchi1-1/+1
2023-01-20gdb: move call site types to call-site.hSimon Marchi8-7/+252
2023-01-20gdb: move sect_offset and cu_offset to dwarf2/types.hSimon Marchi1-0/+39
2023-01-20gdb/dwarf: fix UBsan crash in read_subrange_typeSimon Marchi1-10/+19
2023-01-17Fix parameter-less template regression in new DWARF readerTom Tromey3-22/+139
2023-01-17Move hash_entry and eq_entry into cooked_index::do_finalizeTom Tromey1-20/+14
2023-01-17Don't erase empty indices in DWARF readerTom Tromey1-10/+0
2023-01-10gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type.Rohr, Stephan1-3/+0
2023-01-03Don't let property evaluation affect the current languageTom Tromey1-0/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker46-46/+46
2022-12-30[gdb/symtab] Make comp_unit_head.length privateTom de Vries3-18/+33
2022-12-26Add initializers to comp_unit_headTom Tromey4-16/+14
2022-12-23Use bool for dwarf2_has_infoTom Tromey2-5/+5
2022-12-21gdb/c++: validate 'using' directives based on the current lineBruno Larsen1-1/+28
2022-12-19Use bool constants for value_print_optionsTom Tromey1-1/+1
2022-12-08gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany1-0/+3
2022-12-01Add name canonicalization for CTom Tromey2-3/+23