Factor out the common code in lookup_{static,global}_symbol
[external/binutils.git] / gdb / buildsym.c
2019-08-07 Tom TromeyUse obstack_strdup more
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-07 Tom TromeyC++-ify bcache
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-20 Keith SeitzRename remaining members of buildsym_compunit to start...
2018-07-20 Tom TromeyIntroduce buildsym-legacy.h
2018-07-20 Tom TromeyMove struct buildsym_compunit to buildsym.h
2018-07-20 Tom TromeyRemove reset_symtab_globals
2018-07-20 Tom TromeyAdd many methods to buildsym_compunit
2018-07-20 Tom TromeyRemove parameter from record_pending_block
2018-07-20 Tom TromeyRemove EXTERN from buildsym.h
2018-07-20 Tom TromeyRemove a TODO
2018-07-20 Tom TromeyRemove buildsym_init
2018-07-20 Tom TromeyMove the symbol lists to buildsym_compunit
2018-07-20 Tom TromeyRemove free_pendings
2018-07-20 Tom TromeyRemove the "listhead" argument from finish_block
2018-07-20 Tom TromeyMove pending_blocks and pending_block_obstack to builds...
2018-07-20 Tom TromeyMove pending addrmap globals to buildsym_compunit
2018-07-20 Tom TromeyMove current_subfile to buildsym_compunit
2018-07-20 Tom TromeyMove the context stack to buildsym_compunit
2018-07-16 Tom TromeyMove the using directives to buildsym_compunit
2018-07-16 Tom TromeyMake free_pending_blocks static
2018-07-16 Tom TromeyMove the subfile stack to buildsym_compunit
2018-07-16 Tom TromeyUse gdb_assert in two places in buildsym.c
2018-07-16 Tom TromeyRemove merge_symbol_lists
2018-07-16 Tom TromeyRemove buildsym_new_init
2018-07-16 Tom TromeyMove within_function to stabsread
2018-07-16 Tom TromeyMove some code from buildsym to stabsread
2018-07-16 Tom TromeyMake context_stack_size static in buildsym.c
2018-07-16 Tom TromeyMove last_source_start_addr to buildsym_compunit
2018-07-16 Tom TromeyMove have_line_numbers to buildsym_compunit
2018-07-16 Tom TromeyMove pending_macros to buildsym_compunit
2018-07-16 Tom TromeyMove last_source file to buildsym_compunit
2018-07-16 Tom TromeyAdd assert in prepare_for_building
2018-07-16 Tom TromeyChange buildsym_compunit::comp_dir to be a unique_xmall...
2018-07-16 Tom TromeyUse new and delete for buildsym_compunit
2018-05-23 Tom TromeyRemove symfile_complaints
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-04 Tom TromeyReplace really_free_pendings with a scoped_ class
2017-10-24 Ulrich WeigandFix gdb.opt/inline-cmds.exp regressions
2017-10-16 Tom TromeyUse std::vector in end_symtab_get_static_block
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-13 Pierre-Marie de... [Ada] Add support for subprogram renamings
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-17 Doug EvansMake buildsym set-up/tear-down more consistent, and...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evansbuildsym API cleanup
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-18 Doug EvansSYMTAB_DIRNAME: New macro.
2014-11-18 Doug EvansFix memory leak in watch_main_source_file_lossage.
2014-11-18 Doug EvansSplit up end_symtab_from_static_block into two.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-06 Tom Tromeymake symtab::dirname const
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-08 Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Add "objfile" argument to
2013-08-20 Doug Evans * buildsym.c (subfile_stack): Move here from buildsym.h.
2013-04-01 Aleksandar Ristovski Cleanup: remove unused - breakpoint, buildsym
2013-01-21 Tom Tromey * buildsym.c (patch_subfile_names): Use set_last_sourc...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-10 Tom Tromey * buildsym.c (struct pending_block): Move from buildsym.h.
2012-10-03 Doug Evans PR symtab/14601
2012-09-19 Doug Evans * buildsym.h (param_symbols): Delete, unused.
2012-07-18 Tom Tromey * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file...
2012-07-13 Jan Kratochvilgdb/
2012-07-10 Doug Evans * buildsym.c (finish_block_internal): New arg "expanda...
2012-07-10 Doug Evans * buildsym.c (start_subfile): Remove unnecessary check for
2012-06-05 Doug Evans * buildsym.c (make_blockvector): Add comment.
2012-05-29 Doug Evans * buildsym.c (block_compar): Fix comment.
2012-05-29 Doug Evans * stabsread.h (cleanup_undefined_stabs_types): Renamed...
2012-05-10 Tom Tromey * jv-lang.c (get_java_class_symtab): Use allocate_glob...
2012-05-10 Tom Tromey * tracepoint.c (scope_info): Update.
2012-04-23 Tom Tromey * buildsym.c (add_free_pendings): Remove.
2012-03-12 Tom Tromey * buildsym.c (record_pending_block): Now static.
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-11-15 Doug Evans * buildsym.c (add_symbol_to_list): Delete outdated...
2011-04-06 Jan Kratochvilgdb/
2011-04-04 Tom Tromey * mdebugread.c (psymtab_to_symtab_1): Copy linetable...
2011-04-04 Tom Tromey * xcoffread.c (read_xcoff_symtab): Make `debugfmt...
2011-03-23 Kai Tietz2011-03-23 Kai Tietz <ktietz@redhat.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-12-29 Michael Snyder2010-12-29 Michael Snyder <msnyder@vmware.com>
2010-10-01 Tom Tromey * symfile.h (allocate_symtab): Update.
2010-05-13 Michael Snyder2010-05-13 Michael Snyder <msnyder@vmware.com>
next