Minor rearrangement of tui-stack.c
[external/binutils.git] / gdb / psymtab.c
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...
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-07 Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-04-14 Keith SeitzRemove symbol_matches_domain. This fixes
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeychange minsym representation
2014-01-15 Doug Evanspsymtab cleanup patch 2/3
2014-01-15 Doug Evanspsymtab cleanup patch 1/3
2014-01-13 Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-06 Tom Tromeyput the psymtab filename in the filename bcache
2013-09-25 Doug Evans * symfile.h (struct quick_symbol_functions): Reorg...
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-07 Tom Tromeyremove unused qf method
2013-05-17 Doug Evans * NEWS: Mention new maintenance commands check-symtabs...
2013-05-08 Doug Evans * psymtab.c (expand_symtabs_matching_via_partial)...
2013-05-06 Doug Evans * dbxread.c (process_one_symbol): Constify section_off...
2013-04-08 Tom Tromey PR symtab/8424:
2013-04-08 Tom Tromey * ada-lang.c (ada_decode_symbol): Check and set 'ada_m...
next