aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-13Turn value_incref and value_decref into methodsTom Tromey2-5/+5
2023-02-13Turn value_bits_synthetic_pointer into a methodTom Tromey1-2/+2
2023-02-13Turn some value_contents functions into methodsTom Tromey3-6/+6
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