summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)Author
2022-01-20Avoid bad breakpoints with --gc-sectionsTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-05Use filtered output in ordinary commandsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Use debug_prefixed_printf_cond_nofunc in index-cacheTom Tromey
2021-12-20Remove print_spacesTom Tromey
2021-12-08Fix error in file_and_directory patchTom Tromey
2021-12-05Preserve artificial CU name in process_psymtab_comp_unit_readerTom Tromey
2021-12-04Cache the result of find_file_and_directoryTom Tromey
2021-12-04Move file_and_directory to new file and C++-izeTom Tromey
2021-12-04Remove Irix case from find_file_and_directoryTom Tromey
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi
2021-12-03gdbsupport: add array_view copy functionSimon Marchi
2021-12-01gdb: use actual DWARF version in compunit's debugformat fieldSimon Marchi
2021-11-29Allow DW_ATE_UTF for Rust charactersTom Tromey
2021-11-29[gdb/symtab] Fix segfault in search_one_symtabTom de Vries
2021-11-24gdb: fix help doc for "set index-cache enabled"Simon Marchi
2021-11-22[gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi
2021-11-10Handle PIE in .debug_loclistsTom Tromey
2021-11-09Correctly handle DW_LLE_start_endTom Tromey
2021-11-08Improve gdb::array_view ctor from contiguous containersLancelot SIX
2021-11-08gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfdSimon Marchi
2021-11-04gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi
2021-10-29gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi
2021-10-29gdb: remove FIELD_DWARF_BLOCK macroSimon Marchi
2021-10-29gdb: remove FIELD_STATIC_PHYSADDR macroSimon Marchi
2021-10-29gdb: remove FIELD_STATIC_PHYSNAME macroSimon Marchi
2021-10-29gdb: remove FIELD_BITPOS macroSimon Marchi
2021-10-29gdb: remove FIELD_LOC_KIND macroSimon Marchi
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi
2021-10-28[gdb/symtab] Handle DW_AT_string_length with location listTom de Vries
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi
2021-10-05Add lval_funcs::is_optimized_outTom Tromey
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey
2021-10-04[gdb/symtab] Use unrelocated addresses in call_siteSimon Marchi
2021-10-04[gdb/symtab] C++-ify call_siteSimon Marchi
2021-10-04[gdb/symtab] Add call_site_eq and call_site_hashTom de Vries
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi
2021-10-02[gdb/symtab] Remove COMPUNIT_CALL_SITE_HTABSimon Marchi
2021-10-01[gdb/symtab] Fix htab_find_slot call in read_call_site_scopeSimon Marchi
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-09-30gdb: add field::name / field::set_nameSimon Marchi
2021-09-30gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi
2021-09-27[gdb/build] Fix build with g++-4.8Tom de Vries
2021-09-24Fix handling of DW_AT_data_bit_offsetTom Tromey