Change section_offsets to a std::vector
[deliverable/binutils-gdb.git] / gdb / psymtab.c
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
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-16  Sergio Durigan JuniorPR gdb/21164: maint print {symbols,msymbols,psymbols...
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11  Tom TromeyRemove make_cleanup_discard_psymtabs
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Doug EvansNew syntax for mt print symbols,msymbols,psymbols.
2016-10-06  Tom TromeyRemove Java support
2016-10-05  Tom TromeyPR symtab/20652 - fix psymbol_compare
2016-04-21  Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-27  Pedro Alvespsymtab.c: Add casts
2015-10-26  Doug EvansPrint address map in output of "mt print psymbols"
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-16  Doug Evanspsymtab.c (add_psymbol_to_bcache): Remove "val" arg.
2015-08-15  Doug EvansAdd end_psymtab_common, have all debug info readers...
2015-08-15  Doug Evansobjfiles.h,psympriv.h,psymtab.c: Whitespace.
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-06-19  Doug EvansRemove special support in gdb for Sun's version of...
2015-05-27  Doug EvansPR symtab/18258
2015-04-15  Doug EvansMake info fun|var|types interruptable for psyms.
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-13  Doug EvansGive quick_symbol_functions "methods" a consistent...
2014-11-21  Doug Evanspsymtab.c (psymtab_search_name): Fix whitespace.
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18  Doug EvansThe result of symtab expansion is always a primary...
2014-11-07  Doug EvansMove lookup_block_symbol to block.c, rename to block_lo...
next
This page took 0.788036 seconds and 107 git commands to generate.