summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary castTom Tromey2023-03-221-2/+1
* Rename objfile_type to builtin_typeTom Tromey2023-03-182-9/+9
* Use type allocator for set typesTom Tromey2023-03-181-1/+2
* Use type allocator for array typesTom Tromey2023-03-181-4/+5
* Use type allocator for range typesTom Tromey2023-03-181-7/+11
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-1/+1
* Unify arch_decfloat_type and init_decfloat_typeTom Tromey2023-03-181-1/+1
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-1/+1
* Unify arch_boolean_type and init_boolean_typeTom Tromey2023-03-181-1/+1
* Unify arch_character_type and init_character_typeTom Tromey2023-03-181-4/+4
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-182-4/+10
* Remove init_typeTom Tromey2023-03-181-13/+18
* Remove alloc_typeTom Tromey2023-03-181-7/+8
* Fix line table regressionTom Tromey2023-03-171-1/+2
* Add methods and operators to gdb_mpzTom Tromey2023-03-141-26/+20
* Change linetables to be objfile-independentTom Tromey2023-03-111-3/+2
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-092-15/+15
* Clean up attribute reprocessingTom Tromey2023-03-071-104/+101
* Fix selfcheck regression due to new maint commandTom Tromey2023-03-071-2/+2
* Ensure index cache entry written in testTom Tromey2023-03-071-0/+15
* gdb: update some copyright years (2022 -> 2023)Simon Marchi2023-03-012-2/+2
* Use const for dwarf2_property_batonTom Tromey2023-03-012-5/+5
* Make gdb property batons type-safeTom Tromey2023-03-011-8/+4
* gdb: don't treat empty enums as flag enumsAndrew Burgess2023-02-271-0/+2
* Write the DWARF index in the backgroundTom Tromey2023-02-244-19/+101
* Only use the per-BFD object to write a DWARF indexTom Tromey2023-02-245-60/+48
* [gdb/symtab] Trust epilogue unwind info for unknown or non-gcc producerTom de Vries2023-02-201-1/+7
* Convert block_linkage_function to methodTom Tromey2023-02-192-4/+4
* Convert more block functions to methodsTom Tromey2023-02-191-2/+2
* Fix "start" for D, Rust, etcTom Tromey2023-02-183-24/+62
* Avoid manual memory management in go-lang.cTom Tromey2023-02-171-1/+1
* Have value::bits_synthetic_pointer return boolTom Tromey2023-02-151-3/+3
* Change value::m_stack to boolTom Tromey2023-02-151-1/+1
* Change value::m_initialized to boolTom Tromey2023-02-152-5/+5
* Change value::m_lazy to boolTom Tromey2023-02-151-1/+1
* gdb/dwarf2: split .debug_names reading code to own fileSimon Marchi2023-02-153-1028/+1085
* gdb/dwarf2: split .gdb_index reading code to own fileSimon Marchi2023-02-153-845/+923
* gdb/dwarf2: move some things to read.hSimon Marchi2023-02-152-160/+193
* gdb/dwarf2: rename some things, index -> gdb_indexSimon Marchi2023-02-141-34/+35
* Remove deprecated_lval_hackTom Tromey2023-02-132-4/+4
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-2/+2
* Turn many optimized-out value functions into methodsTom Tromey2023-02-132-13/+13
* Turn value_copy into a methodTom Tromey2023-02-131-1/+1
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-6/+6
* Turn value_incref and value_decref into methodsTom Tromey2023-02-132-5/+5
* Turn value_bits_synthetic_pointer into a methodTom Tromey2023-02-131-2/+2
* Turn some value_contents functions into methodsTom Tromey2023-02-133-6/+6
* Turn value_zero into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn allocate_optimized_out_value into static "constructor"Tom Tromey2023-02-132-6/+6
* Turn allocate_computed_value into static "constructor"Tom Tromey2023-02-132-2/+2