gdb: add doc for "set/show debug event-loop"
[binutils-gdb.git] / gdb / psymtab.c
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
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-09 Tom TromeyReturn scoped_fd from open_source_file and find_and_ope...
2018-10-04 Joel Brobeckerreformat parameters of gdb/psymtab.c::recursively_searc...
2018-10-04 Tom TromeyClean up "Reading symbols" output
2018-10-04 Tom TromeyUse filtered printing when reading symbols
2018-07-26 Tom TromeyMake psymbols and psymtabs independent of the program...
2018-07-26 Tom TromeyIntroduce accessors for psymtab high and low fields
2018-07-26 Tom TromeyIntroduce partial_symbol::address
2018-07-26 Tom TromeyChange representation of psymbol to flush out accessors
2018-05-21 Simon MarchiUse XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-01-10 Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31 Ruslan KabatsayevAvoid indexing std::vector past the end
2017-12-05 Simon MarchiRemove some unused variables
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-09 Tom TromeySimplify the psymbol hash function
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-10-14 Simon MarchiReplace psymbol_allocation_list with std::vector
2017-10-09 Pedro AlvesMake cp_remove_params return a gdb::unique_xmalloc_ptr
2017-09-27 Tom TromeyConstify some functions in psymtab.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-22 Tom TromeyChange psymtab_search_name to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange rewrite_source_path to return a unique_xmalloc_ptr
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-07-20 Pedro AlvesUse SYMBOL_MATCHES_SEARCH_NAME some more
2017-04-12 Tom TromeyChange increment_reading_symtab to return a scoped_restore
next