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