| Commit message (Expand) | Author | Age | Files | Lines |
* | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 2016-07-26 | 1 | -1/+1 |
* | Move logic out of symbol_find_demangled_name | Tom Tromey | 2016-06-23 | 1 | -93/+14 |
* | Add support for the Rust language | Tom Tromey | 2016-05-17 | 1 | -0/+1 |
* | remove trivialy unused variables | Trevor Saunders | 2016-05-07 | 1 | -6/+1 |
* | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 2016-02-23 | 1 | -1/+35 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Introduce null_block_symbol | Pedro Alves | 2015-11-17 | 1 | -0/+3 |
* | symtab.c: Add cast | Simon Marchi | 2015-10-26 | 1 | -1/+1 |
* | More char constification | Pedro Alves | 2015-10-13 | 1 | -2/+2 |
* | Add some more casts (2/2) | Simon Marchi | 2015-09-25 | 1 | -18/+28 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -23/+28 |
* | symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member. | Doug Evans | 2015-09-18 | 1 | -3/+3 |
* | [ppc64le] Use skip_entrypoint for skip_trampoline_code | Jan Kratochvil | 2015-09-15 | 1 | -0/+4 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 1 | -9/+6 |
* | PR gdb/17960 Internal error: tracker != NULL when completing on file:function | Doug Evans | 2015-08-10 | 1 | -5/+33 |
* | Add casts for legitimate integer to enum conversions | Simon Marchi | 2015-08-06 | 1 | -1/+1 |
* | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2015-08-01 | 1 | -150/+156 |
* | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2015-07-14 | 1 | -2/+2 |
* | Do not skip prologue for asm (.S) files | Jan Kratochvil | 2015-06-26 | 1 | -1/+11 |
* | PR symtab/18258 | Doug Evans | 2015-05-27 | 1 | -24/+37 |
* | Remove --xdb | Jan Kratochvil | 2015-04-11 | 1 | -8/+0 |
* | symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN. | Doug Evans | 2015-04-06 | 1 | -9/+20 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -3/+3 |
* | New common function "startswith" | Gary Benson | 2015-03-06 | 1 | -3/+3 |
* | Fix struct, union, and enum nesting in C++ | Tom Tromey | 2015-02-27 | 1 | -32/+34 |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -24/+24 |
* | completer.c (completion_list_add_name): Fix memory leak. | Doug Evans | 2015-02-12 | 1 | -0/+1 |
* | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 2015-01-31 | 1 | -11/+63 |
* | Build list of completions as symbol tables are expanded. | Gary Benson | 2015-01-31 | 1 | -39/+66 |
* | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 2015-01-31 | 1 | -3/+3 |
* | Add symbol lookup cache. | Doug Evans | 2015-01-31 | 1 | -13/+734 |
* | Temporarily revert symbol lookup cache. | Doug Evans | 2015-01-11 | 1 | -734/+13 |
* | symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME and symbol_matches_domain. | Doug Evans | 2015-01-11 | 1 | -7/+33 |
* | Improve comments for symbol_cache_mark_{not_,}found. | Doug Evans | 2015-01-11 | 1 | -4/+10 |
* | Add symbol lookup cache. | Doug Evans | 2015-01-10 | 1 | -13/+702 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Look up primitive types as symbols. | Doug Evans | 2014-12-23 | 1 | -8/+52 |
* | initialize_objfile_symbol: Renamed from initialize_symbol. | Doug Evans | 2014-12-23 | 1 | -1/+1 |
* | Add langdef arg to la_lookup_symbol_nonlocal. | Doug Evans | 2014-12-23 | 1 | -2/+3 |
* | Replace some symbol accessor macros with functions. | Doug Evans | 2014-12-23 | 1 | -16/+50 |
* | New parameter "debug symbol-lookup". | Doug Evans | 2014-12-17 | 1 | -11/+191 |
* | symtab.h (struct symbol_search) <symtab>: Delete, unnecessary. | Doug Evans | 2014-12-16 | 1 | -9/+9 |
* | (lookup_global_symbol_from_objfile): Simplify. | Doug Evans | 2014-12-11 | 1 | -17/+5 |
* | symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case. | Doug Evans | 2014-12-11 | 1 | -0/+1 |
* | Unify lookup_symbol_in_objfile_symtabs | Jan Kratochvil | 2014-12-05 | 1 | -17/+10 |
* | Remove const from many struct objfile * | Jan Kratochvil | 2014-12-05 | 1 | -5/+4 |
* | Accelerate lookup_symbol_aux_objfile 85x | Jan Kratochvil | 2014-12-04 | 1 | -1/+3 |
* | Remove cplus_specific from general_symbol_info. | Doug Evans | 2014-12-02 | 1 | -38/+5 |
* | symtab.c: Comment and whitespace improvements. | Doug Evans | 2014-11-22 | 1 | -4/+9 |
* | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 2014-11-20 | 1 | -143/+160 |