]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/psymtab.c
Fix buffer overrun parsing a corrupt tekhex binary.
[thirdparty/binutils-gdb.git] / gdb / psymtab.c
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...
2013-04-03  Doug Evans * psymtab.c (read_psymtabs_with_fullname): Don't call
2013-03-20  Tom Tromey * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
2013-03-14  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-01-21  Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-18  Yao Qigdb/
2013-01-14  Tom Tromey PR symtab/14931:
2013-01-11  Yao Qigdb/
2013-01-10  Jan Kratochvilgdb/
2013-01-09  Doug Evans * symfile.h (quick_symbol_functions): Delete member
2013-01-03  Yao Qigdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-20  Yao Qigdb/
2012-12-16  Jan Kratochvilgdb/
2012-12-12  Tom Tromey * dbxread.c (read_dbx_symtab): Update.
2012-07-26  Tom Tromey * symmisc.c (print_symbol_bcache_statistics): Use...
2012-07-12  Doug Evans * psymtab.c (map_symbol_filenames_psymtab): Skip share...
2012-07-10  Doug Evans * psympriv.h (struct partial_symtab): New member ...
2012-07-10  Doug Evans * psymtab.c (allocate_psymtab): Use host_address_to_st...
2012-06-26  Doug Evans * NEWS: Mention new options "set debug dwarf2-read...
2012-05-24  Jan Kratochvilgdb/
2012-05-18  Tom Tromey * psymtab.c (find_pc_sect_symtab_from_partial): Return...
2012-05-10  Tom Tromey * psymtab.c (partial_map_expand_apply): Add assertion.
2012-05-10  Tom Tromey * tracepoint.c (scope_info): Update.
2012-05-10  Tom Tromey * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
2012-03-01  Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-01-26  Doug Evans * psymtab.c (add_psymbol_to_list): Result is now ...
2012-01-26  Joel BrobeckerRemove language param from name_matcher in struct quick...
2012-01-16  Tom Tromeygdb
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-21  Joel BrobeckerUse symbol search name in expand_symtabs_matching_via_p...
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-12-02  Jan Kratochvilgdb/
2011-11-15  Doug Evans * NEWS: Mention new parameter basenames-may-differ.
2011-11-11  Doug Evans * dwarf2read.c (dw2_map_symbol_filenames): New parameter
2011-11-10  Doug Evans * psymtab.c (psymtab_to_fullname): Use cached copy...
2011-10-28  Sterling Augustine11-10-28 Sterling Augustine <saugustine@google.com>
2011-06-10  Jan Kratochvilgdb/
2011-04-27  Jan Kratochvilgdb/doc/
2011-04-20  Jan Kratochvilgdb/
2011-04-04  Tom Tromey * symtab.h (domain_enum): Split in two...
2011-03-23  Kai Tietz2011-03-23 Kai Tietz <ktietz@redhat.com>
next