aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Introduce null_block_symbolPedro Alves1-0/+3
2015-10-26symtab.c: Add castSimon Marchi1-1/+1
2015-10-13More char constificationPedro Alves1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-18/+28
2015-09-25Add casts to memory allocation related callsSimon Marchi1-23/+28
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans1-3/+3
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil1-0/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-9/+6
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans1-5/+33
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-150/+156
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil1-1/+11
2015-05-27PR symtab/18258Doug Evans1-24/+37
2015-04-11Remove --xdbJan Kratochvil1-8/+0
2015-04-06symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans1-9/+20
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-32/+34
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-24/+24
2015-02-12completer.c (completion_list_add_name): Fix memory leak.Doug Evans1-0/+1
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-11/+63
2015-01-31Build list of completions as symbol tables are expanded.Gary Benson1-39/+66
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-3/+3
2015-01-31Add symbol lookup cache.Doug Evans1-13/+734
2015-01-11Temporarily revert symbol lookup cache.Doug Evans1-734/+13
2015-01-11symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME and symbol_matches_domain.Doug Evans1-7/+33
2015-01-11Improve comments for symbol_cache_mark_{not_,}found.Doug Evans1-4/+10
2015-01-10Add symbol lookup cache.Doug Evans1-13/+702
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-8/+52
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans1-1/+1
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-2/+3
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-16/+50
2014-12-17New parameter "debug symbol-lookup".Doug Evans1-11/+191
2014-12-16symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans1-9/+9
2014-12-11(lookup_global_symbol_from_objfile): Simplify.Doug Evans1-17/+5
2014-12-11symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case.Doug Evans1-0/+1
2014-12-05Unify lookup_symbol_in_objfile_symtabsJan Kratochvil1-17/+10
2014-12-05Remove const from many struct objfile *Jan Kratochvil1-5/+4
2014-12-04Accelerate lookup_symbol_aux_objfile 85xJan Kratochvil1-1/+3
2014-12-02Remove cplus_specific from general_symbol_info.Doug Evans1-38/+5
2014-11-22symtab.c: Comment and whitespace improvements.Doug Evans1-4/+9
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-143/+160
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-15/+15
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-9/+11
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-2/+2
2014-11-15PR symtab/17559Doug Evans1-0/+13