summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Remove --xdbJan Kratochvil2015-04-111-8/+0
* symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans2015-04-061-9/+20
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-32/+34
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-24/+24
* completer.c (completion_list_add_name): Fix memory leak.Doug Evans2015-02-121-0/+1
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-11/+63
* Build list of completions as symbol tables are expanded.Gary Benson2015-01-311-39/+66
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-3/+3
* Add symbol lookup cache.Doug Evans2015-01-311-13/+734
* Temporarily revert symbol lookup cache.Doug Evans2015-01-111-734/+13
* symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME and symbol_matches_domain.Doug Evans2015-01-111-7/+33
* Improve comments for symbol_cache_mark_{not_,}found.Doug Evans2015-01-111-4/+10
* Add symbol lookup cache.Doug Evans2015-01-101-13/+702
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-8/+52
* initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans2014-12-231-1/+1
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-2/+3
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-16/+50
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-11/+191
* symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans2014-12-161-9/+9
* (lookup_global_symbol_from_objfile): Simplify.Doug Evans2014-12-111-17/+5
* symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case.Doug Evans2014-12-111-0/+1
* Unify lookup_symbol_in_objfile_symtabsJan Kratochvil2014-12-051-17/+10
* Remove const from many struct objfile *Jan Kratochvil2014-12-051-5/+4
* Accelerate lookup_symbol_aux_objfile 85xJan Kratochvil2014-12-041-1/+3
* Remove cplus_specific from general_symbol_info.Doug Evans2014-12-021-38/+5
* symtab.c: Comment and whitespace improvements.Doug Evans2014-11-221-4/+9
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-143/+160
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-15/+15
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-9/+11
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-2/+2
* PR symtab/17559Doug Evans2014-11-151-0/+13
* expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans2014-11-151-10/+10
* PR 17564: Fix objfile search order for static symbols.Doug Evans2014-11-101-54/+43
* Revert old nexti prologue check and eliminate in_prologuePedro Alves2014-11-071-73/+0
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-2/+2
* symtab.c (basic_lookup_symbol_nonlocal): Add comment.Doug Evans2014-11-061-0/+4
* Rename some "aux" functions.Doug Evans2014-11-061-40/+41
* lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans2014-11-061-4/+4
* Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans2014-11-061-6/+6
* New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans2014-11-061-3/+1
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-66/+8
* Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans2014-11-061-2/+4
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+0
* symtab.c (lookup_symbol_aux_local): Fix typo in comment.Doug Evans2014-10-261-1/+1
* Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans2014-10-261-10/+12
* Clean up some function comments in symtab.[ch].Doug Evans2014-10-261-35/+15