Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-11-22 | symtab.c: Comment and whitespace improvements. | Doug Evans | 1 | -4/+9 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -143/+160 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -15/+15 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -9/+11 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -1/+1 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -2/+2 |
2014-11-15 | PR symtab/17559 | Doug Evans | 1 | -0/+13 |
2014-11-15 | expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial. | Doug Evans | 1 | -10/+10 |
2014-11-10 | PR 17564: Fix objfile search order for static symbols. | Doug Evans | 1 | -54/+43 |
2014-11-07 | Revert old nexti prologue check and eliminate in_prologue | Pedro Alves | 1 | -73/+0 |
2014-11-06 | Rename lookup_symbol_global to lookup_global_symbol. | Doug Evans | 1 | -2/+2 |
2014-11-06 | symtab.c (basic_lookup_symbol_nonlocal): Add comment. | Doug Evans | 1 | -0/+4 |
2014-11-06 | Rename some "aux" functions. | Doug Evans | 1 | -40/+41 |
2014-11-06 | lookup_symbol_in_block: Renamed from lookup_symbol_aux_block. | Doug Evans | 1 | -4/+4 |
2014-11-06 | Rename lookup_symbol_static to lookup_symbol_in_static_block, | Doug Evans | 1 | -6/+6 |
2014-11-06 | New macro ALL_BLOCK_SYMBOLS_WITH_NAME. | Doug Evans | 1 | -3/+1 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -66/+8 |
2014-11-06 | Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places. | Doug Evans | 1 | -2/+4 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -1/+0 |