aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker40-40/+40
2021-12-29Use debug_prefixed_printf_cond_nofunc in index-cacheTom Tromey1-24/+19
2021-12-20Remove print_spacesTom Tromey1-18/+14
2021-12-08Fix error in file_and_directory patchTom Tromey1-1/+1
2021-12-05Preserve artificial CU name in process_psymtab_comp_unit_readerTom Tromey2-7/+11
2021-12-04Cache the result of find_file_and_directoryTom Tromey2-8/+18
2021-12-04Move file_and_directory to new file and C++-izeTom Tromey2-45/+129
2021-12-04Remove Irix case from find_file_and_directoryTom Tromey1-9/+0
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-5/+2
2021-12-03gdbsupport: add array_view copy functionSimon Marchi1-2/+2
2021-12-01gdb: use actual DWARF version in compunit's debugformat fieldSimon Marchi1-1/+12
2021-11-29Allow DW_ATE_UTF for Rust charactersTom Tromey1-11/+4
2021-11-29[gdb/symtab] Fix segfault in search_one_symtabTom de Vries1-1/+4
2021-11-24gdb: fix help doc for "set index-cache enabled"Simon Marchi1-1/+1
2021-11-22[gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries3-6/+26
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-1/+1
2021-11-10Handle PIE in .debug_loclistsTom Tromey1-16/+15
2021-11-09Correctly handle DW_LLE_start_endTom Tromey1-5/+12
2021-11-08Improve gdb::array_view ctor from contiguous containersLancelot SIX1-1/+1
2021-11-08gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfdSimon Marchi1-14/+16
2021-11-04gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi1-10/+41
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-2/+2
2021-10-29gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi1-2/+2
2021-10-29gdb: remove FIELD_DWARF_BLOCK macroSimon Marchi1-1/+1
2021-10-29gdb: remove FIELD_STATIC_PHYSADDR macroSimon Marchi1-1/+1
2021-10-29gdb: remove FIELD_STATIC_PHYSNAME macroSimon Marchi1-1/+1
2021-10-29gdb: remove FIELD_BITPOS macroSimon Marchi1-4/+4
2021-10-29gdb: remove FIELD_LOC_KIND macroSimon Marchi1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+5
2021-10-28[gdb/symtab] Handle DW_AT_string_length with location listTom de Vries1-4/+20
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi3-11/+12
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan3-30/+2
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-21/+20
2021-10-05Add lval_funcs::is_optimized_outTom Tromey2-12/+45
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey1-3/+2
2021-10-04[gdb/symtab] Use unrelocated addresses in call_siteSimon Marchi2-2/+11
2021-10-04[gdb/symtab] C++-ify call_siteSimon Marchi3-25/+24
2021-10-04[gdb/symtab] Add call_site_eq and call_site_hashTom de Vries1-3/+4
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi3-11/+11
2021-10-02[gdb/symtab] Remove COMPUNIT_CALL_SITE_HTABSimon Marchi1-1/+1
2021-10-01[gdb/symtab] Fix htab_find_slot call in read_call_site_scopeSimon Marchi1-3/+2
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-17/+17
2021-09-30gdb: add field::name / field::set_nameSimon Marchi1-15/+15
2021-09-30gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi1-2/+2
2021-09-27[gdb/build] Fix build with g++-4.8Tom de Vries1-2/+6
2021-09-24Fix handling of DW_AT_data_bit_offsetTom Tromey1-17/+32
2021-09-18[gdb/ada] Handle artificial local symbolsTom de Vries1-0/+5
2021-09-14[gdb/symtab] Fix function range handling in psymtabsTom de Vries1-8/+33
2021-09-14[gdb/symtab] Fix CU list in .debug_names for dummy CUsTom de Vries1-12/+8