aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2023-06-05Use unrelocated_addr in dwarf2_fdeTom Tromey1-32/+39
2023-06-05Use local "text offset" variable in dwarf2_frame_cacheTom Tromey1-5/+6
2023-06-05Constify dwarf2_cie::augmentationTom Tromey1-3/+3
2023-06-05Use unrelocated_addr in dwarf_decode_linesTom Tromey1-11/+7
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey13-306/+335
2023-06-05Minor cleanup in loclist_describe_locationTom Tromey1-3/+3
2023-06-05Remove baseaddr parameter from dwarf2_record_block_rangesTom Tromey1-5/+6
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries2-4/+4
2023-05-15Correctly handle forward DIE references in scannerTom Tromey1-3/+2
2023-05-12Handle Ada Pragma Import and Pragma ExportTom Tromey3-0/+252
2023-05-12Add dynamic_prop::is_constantTom Tromey1-5/+5
2023-05-11Do not print <synthetic pointer> when piece is optimized outTom Tromey1-6/+13
2023-05-05Simplify decode_locdescTom Tromey1-137/+66
2023-04-29gdb: Fix building with latest libc++Manoj Gupta1-1/+1
2023-04-21Handle function descriptors in call_site_targetTom Tromey1-1/+5
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-4/+19
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries1-0/+4
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