gdb: Add maint set ignore-prologue-end-flag
[binutils-gdb.git] / gdb / dwarf2 /
2022-04-04 Lancelot SIXgdb: Add support for DW_LNS_set_prologue_end in line...
2022-04-04 Lancelot SIXgdb/buildsym: Line record use a record flag
2022-04-04 Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-04-03 rupothargdb: add support for Fortran's ASSUMED RANK arrays
2022-04-03 Andrew Burgessgdb/dwarf: pass an array of values to the dwarf evaluator
2022-04-03 Andrew Burgessgdb: small simplification in dwarf2_locexpr_baton_eval
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-28 Tom TromeyHandle multiple addresses in call_site_target
2022-03-28 Tom TromeyChange call_site_target to iterate over addresses
2022-03-28 Tom TromeyChange call_site_find_chain_1 to work recursively
2022-03-28 Tom TromeyConstify chain_candidate
2022-03-28 Tom TromeyMake call_site_target members private
2022-03-28 Tom TromeyChange call_site_target to use custom type and enum
2022-03-22 Luis MachadoFix some stale header names from dwarf files
2022-02-11 Bhuvanendra Kumar Ngdb/fortran: support ptype and print commands for namel...
2022-02-08 Andrew Burgessgdb: remove tailing newlines from index_cache_debug...
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_INLINED macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add...
2022-02-06 Simon Marchigdb: remove COMPUNIT_LOCATIONS_VALID macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_DIRNAME macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_FILETABS macro
2022-02-06 Simon Marchigdb: rename compunit_primary_filetab to compunit_symtab...
2022-02-06 Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-01-27 Simon Marchigdb: work around negative DW_AT_data_member_location...
2022-01-20 Tom TromeyAvoid bad breakpoints with --gc-sections
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyUse debug_prefixed_printf_cond_nofunc in index-cache
2021-12-20 Tom TromeyRemove print_spaces
2021-12-08 Tom TromeyFix error in file_and_directory patch
2021-12-05 Tom TromeyPreserve artificial CU name in process_psymtab_comp_uni...
2021-12-04 Tom TromeyCache the result of find_file_and_directory
2021-12-04 Tom TromeyMove file_and_directory to new file and C++-ize
2021-12-04 Tom TromeyRemove Irix case from find_file_and_directory
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-12-03 Simon Marchigdbsupport: add array_view copy function
2021-12-02 Simon Marchigdb: use actual DWARF version in compunit's debugformat...
2021-11-29 Tom TromeyAllow DW_ATE_UTF for Rust characters
2021-11-29 Tom de Vries[gdb/symtab] Fix segfault in search_one_symtab
2021-11-24 Simon Marchigdb: fix help doc for "set index-cache enabled"
2021-11-22 Tom de Vries[gdb/symtab] Support .debug_line with DW_FORM_line_strp
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-10 Tom TromeyHandle PIE in .debug_loclists
2021-11-09 Tom TromeyCorrectly handle DW_LLE_start_end
2021-11-08 Lancelot SIXImprove gdb::array_view ctor from contiguous containers
2021-11-08 Simon Marchigdb: make dwarf2_find_containing_comp_unit take a dwarf...
2021-11-04 Simon Marchigdb: introduce "set index-cache enabled", deprecate...
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-29 Simon Marchigdb: remove FIELD_DWARF_BLOCK macro
2021-10-29 Simon Marchigdb: remove FIELD_STATIC_PHYSADDR macro
2021-10-29 Simon Marchigdb: remove FIELD_STATIC_PHYSNAME macro
2021-10-29 Simon Marchigdb: remove FIELD_BITPOS macro
2021-10-29 Simon Marchigdb: remove FIELD_LOC_KIND macro
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-28 Tom de Vries[gdb/symtab] Handle DW_AT_string_length with location...
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-18 Weimin PanCTF: incorrect underlying type setting for enumeration...
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-05 Tom TromeyAdd lval_funcs::is_optimized_out
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-04 Simon Marchi[gdb/symtab] Use unrelocated addresses in call_site
2021-10-04 Simon Marchi[gdb/symtab] C++-ify call_site
2021-10-04 Tom de Vries[gdb/symtab] Add call_site_eq and call_site_hash
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-10-02 Simon Marchi[gdb/symtab] Remove COMPUNIT_CALL_SITE_HTAB
2021-10-01 Simon Marchi[gdb/symtab] Fix htab_find_slot call in read_call_site_...
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-09-30 Simon Marchigdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
2021-09-27 Tom de Vries[gdb/build] Fix build with g++-4.8
2021-09-24 Tom TromeyFix handling of DW_AT_data_bit_offset
2021-09-18 Tom de Vries[gdb/ada] Handle artificial local symbols
2021-09-14 Tom de Vries[gdb/symtab] Fix function range handling in psymtabs
2021-09-14 Tom de Vries[gdb/symtab] Fix CU list in .debug_names for dummy CUs
2021-08-27 Tom de Vries[gdb/symtab] Don't write .gdb_index symbol table with...
2021-08-24 Tom TromeyFix two regressions caused by CU / TU merging
2021-08-16 Tom TromeyFix register regression in DWARF evaluator
2021-08-16 Tom TromeyFix Ada regression due to DWARF expression series
2021-08-10 Tom TromeyIgnore .debug_types when reading .debug_aranges
2021-08-08 Tom TromeyInclude objfiles.h in a few .c files
2021-08-06 Tom de Vries[gdb/symtab] Recognize .gdb_index symbol table with...
2021-08-06 Tom de Vries[gdb/symtab] Fix zero address complaint for shlib
2021-08-05 Zoran ZaricAdd as_lval argument to expression evaluator
2021-08-05 Zoran ZaricSimplify dwarf_expr_context class interface
2021-08-05 Zoran ZaricMake DWARF evaluator return a single struct value
next