aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2016-02-231-1/+35
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Introduce null_block_symbolPedro Alves2015-11-171-0/+3
* symtab.c: Add castSimon Marchi2015-10-261-1/+1
* More char constificationPedro Alves2015-10-131-2/+2
* Add some more casts (2/2)Simon Marchi2015-09-251-18/+28
* Add casts to memory allocation related callsSimon Marchi2015-09-251-23/+28
* symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans2015-09-181-3/+3
* [ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil2015-09-151-0/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-9/+6
* PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans2015-08-101-5/+33
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-150/+156
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Do not skip prologue for asm (.S) filesJan Kratochvil2015-06-261-1/+11
* PR symtab/18258Doug Evans2015-05-271-24/+37
* 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