aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2023-04-10gdb/dwarf: Fix MinGW buildThiago Jung Bauermann1-1/+1
2023-03-31Fix race in background index-cache writingTom Tromey3-11/+24
2023-03-31GDB: Bring back the handling of DW_CC_programMaciej W. Rozycki1-1/+27
2023-03-29Use the correct frame when evaluating a dynamic propertyTom Tromey1-2/+2
2023-03-27Populate seen_names hash in cooked_index_shard::do_finalizeTom Tromey1-0/+1
2023-03-24[gdb/symtab] Fix line number of static const class memberTom de Vries1-2/+1
2023-03-22Remove unnecessary castTom Tromey1-2/+1
2023-03-18Rename objfile_type to builtin_typeTom Tromey2-9/+9
2023-03-18Use type allocator for set typesTom Tromey1-1/+2
2023-03-18Use type allocator for array typesTom Tromey1-4/+5
2023-03-18Use type allocator for range typesTom Tromey1-7/+11
2023-03-18Unify arch_pointer_type and init_pointer_typeTom Tromey1-1/+1
2023-03-18Unify arch_decfloat_type and init_decfloat_typeTom Tromey1-1/+1
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-1/+1
2023-03-18Unify arch_boolean_type and init_boolean_typeTom Tromey1-1/+1
2023-03-18Unify arch_character_type and init_character_typeTom Tromey1-4/+4
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey2-4/+10
2023-03-18Remove init_typeTom Tromey1-13/+18
2023-03-18Remove alloc_typeTom Tromey1-7/+8
2023-03-17Fix line table regressionTom Tromey1-1/+2
2023-03-14Add methods and operators to gdb_mpzTom Tromey1-26/+20
2023-03-11Change linetables to be objfile-independentTom Tromey1-3/+2
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2-15/+15
2023-03-07Clean up attribute reprocessingTom Tromey1-104/+101
2023-03-07Fix selfcheck regression due to new maint commandTom Tromey1-2/+2
2023-03-07Ensure index cache entry written in testTom Tromey1-0/+15
2023-03-01gdb: update some copyright years (2022 -> 2023)Simon Marchi2-2/+2
2023-03-01Use const for dwarf2_property_batonTom Tromey2-5/+5
2023-03-01Make gdb property batons type-safeTom Tromey1-8/+4
2023-02-27gdb: don't treat empty enums as flag enumsAndrew Burgess1-0/+2
2023-02-24Write the DWARF index in the backgroundTom Tromey4-19/+101
2023-02-24Only use the per-BFD object to write a DWARF indexTom Tromey5-60/+48
2023-02-20[gdb/symtab] Trust epilogue unwind info for unknown or non-gcc producerTom de Vries1-1/+7
2023-02-19Convert block_linkage_function to methodTom Tromey2-4/+4
2023-02-19Convert more block functions to methodsTom Tromey1-2/+2
2023-02-18Fix "start" for D, Rust, etcTom Tromey3-24/+62
2023-02-17Avoid manual memory management in go-lang.cTom Tromey1-1/+1
2023-02-15Have value::bits_synthetic_pointer return boolTom Tromey1-3/+3
2023-02-15Change value::m_stack to boolTom Tromey1-1/+1
2023-02-15Change value::m_initialized to boolTom Tromey2-5/+5
2023-02-15Change value::m_lazy to boolTom Tromey1-1/+1
2023-02-15gdb/dwarf2: split .debug_names reading code to own fileSimon Marchi3-1028/+1085
2023-02-15gdb/dwarf2: split .gdb_index reading code to own fileSimon Marchi3-845/+923
2023-02-15gdb/dwarf2: move some things to read.hSimon Marchi2-160/+193
2023-02-14gdb/dwarf2: rename some things, index -> gdb_indexSimon Marchi1-34/+35
2023-02-13Remove deprecated_lval_hackTom Tromey2-4/+4
2023-02-13Turn various value copying-related functions into methodsTom Tromey1-2/+2
2023-02-13Turn many optimized-out value functions into methodsTom Tromey2-13/+13
2023-02-13Turn value_copy into a methodTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-6/+6