]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/symfile-debug.c
MIPS/LD/testsuite: Remove empty pic-and-nonpic-1-r6.s file
[thirdparty/binutils-gdb.git] / gdb / symfile-debug.c
10 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-17  Simon Marchigdbsupport: add some -Wunused-* warning flags
2025-02-26  Simon Marchigdb: move "gdb:function_view" into quick-symbol.h typedefs
2025-02-17  Simon Marchigdb: remove unused include in symfile-debug.c
2024-11-10  Andrew Burgessgdb: rename ext_lang_missing_debuginfo_result
2024-09-24  Tom de Vries[gdb/symtab] Don't expand non-Ada CUs for info exceptions
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
2024-06-24  Tom TromeyAdd compunit_symtab::forget_cached_source_info
2024-06-24  Tom TromeyRename symtab::fullname
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-15  Tom TromeyMove lookup_name_info creation into basic_lookup_transp...
2024-02-01  Tom TromeyRename SEARCH_ALL
2024-01-28  Tom TromeyOnly look for functions in expand_symtabs_for_function
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 TromeyReplace search_domain with domain_search_flags
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyRemove two quick_symbol_functions methods
2024-01-09  Tom TromeyAdd quick_symbol_functions::compute_main_name
2023-12-06  Tom TromeyRemove quick_symbol_functions::expand_matching_symbols
2023-11-14  Andrew Burgessgdb: add an extension language hook for missing debug...
2023-11-14  Andrew Burgessgdb: refactor objfile::find_and_add_separate_symbol_file
2023-11-14  Andrew Burgessgdb: merge debug symbol file lookup code from coffread...
2023-09-15  Andrew Burgessgdb: add some missing filename styling
2023-09-07  Tom TromeySimplify block_find_symbol
2023-03-07  Tom TromeyMerge forget_cached_source_info_for_objfile into objfil...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-28  Tom TromeyRewrite registry.h
2022-05-26  Lancelot SIXgdb: Require psymtab before calling quick_functions...
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-06  Simon Marchigdb: remove SYMBOL_MATCHES_SEARCH_NAME
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06  Simon Marchigdb: rename compunit_primary_filetab to compunit_symtab...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-07-16  Tom TromeyDocument quick_symbol_functions::expand_symtabs_matchin...
2021-06-25  Andrew Burgessgdb: add new function quick_symbol_functions::has_unexp...
2021-04-17  Tom TromeySimplify quick_symbol_functions::map_matching_symbols
2021-04-17  Tom TromeyRemove quick_symbol_functions::expand_symtabs_with_fullname
2021-04-17  Tom TromeyRemove quick_symbol_functions::expand_symtabs_for_function
2021-04-17  Tom TromeyRemove quick_symbol_functions::map_symtabs_matching_fil...
2021-04-17  Tom TromeyRemove quick_symbol_functions::lookup_symbol
2021-04-17  Tom TromeyAdd 'domain' parameter to expand_symtabs_matching
2021-04-17  Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-17  Tom TromeyLet expand_symtabs_matching short-circuit
2021-03-26  Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-20  Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20  Tom TromeyIntroduce objfile::require_partial_symbols
2021-03-20  Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20  Tom TromeyMove psymtab statistics printing to psymtab.c
2021-03-20  Tom TromeyConvert quick_symbol_functions to use methods
2021-03-20  Tom TromeyMove sym_fns::qf to objfile
2021-03-20  Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-03-20  Tom TromeyChange objfile::has_partial_symbols to return bool
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-05-19  Simon Marchigdb: allocate symfile_segment_data with new
2020-05-08  Tom TromeyRemove ALL_PSPACES
2020-04-14  Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-04-02  Tom de Vries[gdb] Use partial symbol table to find language for...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-10  Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10  Tom TromeyChange map_matching_symbols to take a symbol_found_call...
2019-09-07  Simon MarchiChange lookup_symbol's block_index parameter type to...
2019-05-08  Tom TromeyConvert probes to type-safe registry API
2019-05-08  Tom TromeyConvert symfile-debug.c to type-safe registry API
2019-03-25  Tom TromeyMore block constification
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-26  Tom TromeyMake psymbols and psymtabs independent of the program...
2018-03-19  Tom TromeyConvert observers to C++
2018-03-16  Tom TromeyRemove make_cleanup_free_section_addr_info
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-17  Tom TromeyHandle dereferencing Rust trait objects
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-07  Tom TromeyConstify add_setshow_*
2017-09-12  Simon MarchiMake probe_ops::get_probes fill an std::vector
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-31  Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-17  Doug EvansNew parameter "debug symbol-lookup".
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-11  Joel BrobeckerReformat symfile-debug.c::debug_qf_expand_symtabs_match...
2014-02-10  Gary BensonFix compile error
2014-02-10  Gary BensonUpdate debug_qf_expand_symtabs_matching to use typedefs.
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-06  Tom Tromeyremove some sym_probe_fns methods
next