]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/symtab.c
gdb: move a bunch of quit-related things to event-top.{c,h}
[thirdparty/binutils-gdb.git] / gdb / symtab.c
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-18  Simon Marchigdbsupport: constify some return values in print-utils...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-19  Tom TromeySpeed up lookup of "type_specific_data"
2024-02-15  Tom TromeyMove lookup_name_info creation into basic_lookup_transp...
2024-02-08  Jens Remusgdb: Fix building with clang
2024-02-01  Tom TromeyRename SEARCH_ALL
2024-01-29  Lancelot SIXgdb: Use SYM_DOMAIN instead of DOMAIN when calling...
2024-01-28  Tom TromeyOnly search for "main" as a function
2024-01-28  Tom TromeyUse the new symbol domains
2024-01-28  Tom TromeyRemove old symbol_matches_domain
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-28  Tom TromeyUse domain_search_flags in lookup_global_symbol_language
2024-01-28  Tom TromeyIntroduce "scripting" domains
2024-01-28  Tom TromeyRemove a check of VAR_DOMAIN
2024-01-28  Tom TromeyReplace search_domain with domain_search_flags
2024-01-28  Tom TromeyAdd domain_search_flags
2024-01-28  Tom TromeyUse a .def file for domain_enum
2024-01-28  Tom TromeySplit up a big 'if' in symtab.c
2024-01-28  Tom TromeySimplify symbol_to_info_string
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyAdd quick_symbol_functions::compute_main_name
2024-01-02  Carl LovePowerPC and aarch64: Fix reverse stepping failure
2024-01-02  Guinevere Larsengdb/dwarf2: Add support for DW_LNS_set_epilogue_begin...
2023-12-08  Guinevere Larsengdb: Guarantee that an SAL's end is right before the...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-10-25  Simon Marchigdb: make get_symbol_address a private method of symbol
2023-10-25  Simon Marchigdb: make get_msymbol_address a private method of minim...
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-05  Simon Marchigdb: add all_objfiles_removed observer
2023-10-05  Simon Marchigdb: add program_space parameters to some functions...
2023-09-28  Andrew Burgessgdb: remove one user of the executable changed observer
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-07  Tom TromeySimplify block_find_symbol
2023-09-06  Tom de Vries[gdb/symtab] Handle PU in iterate_over_some_symtabs
2023-08-31  Tom TromeyAdd symbol::matches method
2023-08-31  Kevin Buettner[symtab/27831] Fix OBJF_MAINLINE assert
2023-06-05  Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-06-05  Tom TromeyUse unrelocated_addr in the DWARF reader
2023-06-03  Tom de Vries[gdb/cli] Fix help text of maint set ignore-prologue...
2023-05-19  Andrew Burgessgdb: safety checks in skip_prologue_using_sal
2023-05-12  Tom TromeyIntroduce symbol_block_ops::get_block_value
2023-05-12  Tom TromeyBump MAX_SYMBOL_IMPLS
2023-05-12  Tom TromeyIntroduce lookup_minimal_symbol_linkage
2023-05-07  Tom TromeyRemove ALL_OBJFILE_OSECTIONS
2023-05-07  Tom TromeyRename objfile::sections
2023-04-22  WANG Ruigdb: Fix false match issue in skip_prologue_using_linetable
2023-04-21  Simon Marchigdb: remove language_auto
2023-04-21  Tom TromeyHandle erroneous DW_AT_call_return_pc
2023-03-31  Richard BuntGDB: Add `info main' command
2023-03-28  Tom TromeyRename "raw" to "unrelocated"
2023-03-28  Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-17  Tom TromeyFix line table regression
2023-03-11  Tom TromeyConstify linetables
2023-03-11  Tom TromeyChange linetables to be objfile-independent
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-08  Tom TromeyRemove OBJF_REORDERED
2023-02-26  Tom TromeyRemove expand_symtab_containing_pc
2023-02-19  Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-19  Tom TromeyRemove ALL_BLOCK_SYMBOLS_WITH_NAME
2023-02-19  Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19  Tom TromeyConvert more block functions to methods
2023-02-19  Tom TromeyConvert block_inlined_p to method
2023-02-19  Tom TromeyConvert block_gdbarch to method
2023-02-19  Tom TromeyConvert block_objfile to method
2023-02-19  Tom TromeyDon't allow NULL as an argument to block_global_block
2023-02-19  Tom TromeyDon't allow NULL as an argument to block_static_block
2023-02-10  Tom TromeyUse std::string in main_info
2023-02-08  Tom TromeyMerge fixup_section and fixup_symbol_section
2023-02-08  Tom TromeyRemove most calls to fixup_symbol_section
2023-02-08  Tom TromeyRemove compunit_symtab::m_block_line_section
2023-02-08  Tom TromeyUse default section indexes in fixup_symbol_section
2023-01-20  Simon Marchigdb: move call site types to call-site.h
2023-01-05  Simon Marchigdbsupport: add gdb::string_view_hash
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-14  Andrew Burgessgdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT
2022-12-14  Andrew Burgessgdb: convert 'set debug symbol-lookup' to new debug...
2022-11-18  Simon Marchigdb: fix symtab.c build on 32 bit targets
2022-10-28  Tom TromeyConvert compunit_language to a method
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-18  Markus Metzgergdb, symtab: inline find_quick_global_symbol_language
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-28  Tom TromeyRewrite registry.h
2022-06-12  Tom TromeyRemove addrmap wrapper functions
2022-05-05  Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_MAP macro
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28  Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28  Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28  Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20  Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-20  Tom TromeyReplace symbol_arch with symbol::arch
2022-04-20  Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-20  Tom TromeyUse array_view for symbol_impls
2022-04-11  Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-07  Simon Marchigdb: remove symtab::pspace
next