Remove path name from test case
[binutils-gdb.git] / gdb / symfile-debug.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2013-09-25 Doug Evans New option "set debug symfile on".