Remove quick_symbol_functions::lookup_symbol
[binutils-gdb.git] / gdb / psymtab.c
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-04-02 Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-04-02 Simon Marchigdb: use std::string in partial_symtab::partial_symtab...
2021-03-26 Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-26 Tom TromeySimplify psymbol_functions::expand_symtabs_matching
2021-03-26 Tom TromeyAllow expand_symtabs_matching to examine imported psymtabs
2021-03-20 Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20 Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20 Tom TromeyChange count_psyms to be a method on psymbol_functions
2021-03-20 Tom TromeyRemove last objfile partial_symtab references from...
2021-03-20 Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-20 Tom TromeyIntroduce objfile::require_partial_symbols
2021-03-20 Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20 Tom TromeyAttach partial symtab storage to psymbol_functions
2021-03-20 Tom TromeyMove psymtab statistics printing to psymtab.c
2021-03-20 Tom TromeyMove psymbol_map out of objfile
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 TromeyChange objfile::has_partial_symbols to return bool
2021-02-10 Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-11-01 Tom TromeyChange end_psymtab_common to a method
2020-11-01 Tom TromeyRemove partial symbol statistics
2020-11-01 Tom TromeyRemove parameter from end_psymtab_common
2020-11-01 Tom TromeyRemove init_psymbol_list
2020-10-17 Tom TromeyHave partial symbol tables own psymbol vectors
2020-09-14 Simon Marchigdb: turn gdb::bcache's function pointers into virtual...
2020-09-01 Simon Marchigdb: change bcache::insert `added` parameter to bool
2020-06-17 Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-05-27 Tom TromeyAdd "objfile" parameter to two partial_symtab methods
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-04-24 Tom TromeyIntroduce new add_psymbol_to_list overload
2020-04-22 Tom de Vries[gdb/symtab] Find filename in shared psymtab
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-14 Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-04-07 Tom de Vries[gdb/symtab] Fix check-psymtab failure for inline function
2020-04-02 Simon Marchigdb: replace some calls to internal_error with gdb_assert
2020-04-02 Tom de Vries[gdb] Use partial symbol table to find language for...
2020-04-01 Tom TromeyAvoid copying in lookup_name_info
2020-04-01 Tom TromeyAvoid some copying in psymtab.c
2020-03-29 Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-03-24 Tom de Vries[gdb] Print user for maint info psymtabs
2020-03-13 Tom de Vries[gdb/symtab] Fix partial unit psymtabs
2020-03-06 Tom de Vries[gdb] Remove trailing "done" after "Reading symbols...
2020-03-04 Tom TromeyIntroduce objfile::intern
2020-02-21 Tom de Vries[gdb] Fix cc-with-dwz regression
2020-01-26 Tom TromeyVirtualize "readin" and "compunit_symtab"
2020-01-26 Tom TromeyConsolidate partial symtab dependency reading
2020-01-26 Tom TromeyConsolidate psymtab "Reading" messages
2020-01-26 Tom TromeyIntroduce partial_symtab::read_symtab method
2020-01-26 Tom TromeyTurn start_psymtab_common into a constructor
2020-01-26 Tom TromeyChange allocate_psymtab to be a constructor
2020-01-26 Tom TromeyDo not allocate psymtabs via psymtab_storage
2020-01-26 Tom TromeyChange some psymtab fields to bool
2020-01-26 Tom TromeyUse new and delete for psymtabs
2020-01-23 Simon Marchigdb: introduce objfile text_section_offset and data_sec...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Christian BiesingerUse a member function to set a symbol's language
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-03 Christian BiesingerReplace hash function from bcache with fast_hash
2019-11-24 Tom TromeyUse bool in require_partial_symbols
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-06 Tom TromeyRemove some includes of readline.h
2019-10-31 Andrew Burgessgdb/fortran: Add new 'info modules' command
2019-10-29 Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-09-30 Simon Marchigdb: re-write add_psymbol_to_list doc, move it to heade...
2019-09-13 Andrew Burgessgdb: Don't fault for 'maint print psymbols' when using...
2019-09-11 Christian BiesingerChange the type of copy_names from int to bool
2019-09-10 Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10 Tom TromeySimplify psym_map_matching_symbols
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-09-03 Andrew Burgessgdb: Handle missing domain types in: maintenance print...
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-04 Tom TromeyDon't derive partial_symbol from general_symbol_info
2019-03-25 Tom TromeyMore block constification
2019-03-07 Tom TromeyC++-ify bcache
2019-01-17 Tom TromeyMake psymtab range adapter a method on objfile
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyMove psymtabs to their own obstack
2019-01-10 Tom TromeyMake psymtab_storage::free_psymtabs private
2019-01-10 Tom TromeyMove more allocations to psymtab obstack
2019-01-10 Tom TromeyAllocate the address map on the psymtab obstack
2019-01-10 Tom TromeyIntroduce class psymtab_storage
2019-01-10 Tom TromeyChange symbol_set_names to take an objfile_per_bfd_storage
2019-01-10 Tom TromeySimplify calls to init_psymbol_list
2019-01-10 Tom TromeyChange add_psymbol_to_list to use an enum
2019-01-10 Tom TromeyRemove parameters from start_psymtab_common
2019-01-10 Tom TromeyRemove some unneeded psymtab initializations
2019-01-10 Tom TromeyRemove ALL_OBJFILE_PSYMTABS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-04 Tom TromeyUse upper case for more metasyntactic variables in gdb
next