summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle forward DIE references in scannerTom Tromey2023-05-151-3/+2
* Handle Ada Pragma Import and Pragma ExportTom Tromey2023-05-123-0/+252
* Add dynamic_prop::is_constantTom Tromey2023-05-121-5/+5
* Do not print <synthetic pointer> when piece is optimized outTom Tromey2023-05-111-6/+13
* Simplify decode_locdescTom Tromey2023-05-051-137/+66
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* Handle function descriptors in call_site_targetTom Tromey2023-04-211-1/+5
* PowerPC: fix _Float128 type output stringCarl Love2023-04-181-4/+19
* [gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2023-04-171-0/+4
* gdb/dwarf: Fix MinGW buildThiago Jung Bauermann2023-04-101-1/+1
* Fix race in background index-cache writingTom Tromey2023-03-313-11/+24
* GDB: Bring back the handling of DW_CC_programMaciej W. Rozycki2023-03-311-1/+27
* Use the correct frame when evaluating a dynamic propertyTom Tromey2023-03-291-2/+2
* Populate seen_names hash in cooked_index_shard::do_finalizeTom Tromey2023-03-271-0/+1
* [gdb/symtab] Fix line number of static const class memberTom de Vries2023-03-241-2/+1
* 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