Age | Commit message (Expand) | Author | Files | Lines |
2015-02-28 | symtab.h (struct symtab) <next>: Fix comment. | Doug Evans | 1 | -1/+2 |
2015-02-06 | Move clear_symtab_users, deduce_language_from_filename decls to better place. | Doug Evans | 1 | -7/+1 |
2015-01-02 | symtab.h (struct symbol): Fix typo in comment. | Doug Evans | 1 | -1/+1 |
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 | -4/+23 |
2014-12-23 | symtab.h (SYMBOL_DOMAIN_BITS): New macro. | Doug Evans | 1 | -1/+5 |
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 | -3/+5 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -2/+22 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -0/+2 |
2014-12-16 | symtab.h (struct symbol_search) <symtab>: Delete, unnecessary. | Doug Evans | 1 | -3/+1 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+15 |
2014-12-05 | Remove const from many struct objfile * | Jan Kratochvil | 1 | -1/+1 |
2014-12-02 | Remove cplus_specific from general_symbol_info. | Doug Evans | 1 | -10/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -70/+149 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 1 | -0/+1 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -2/+3 |
2014-11-15 | PR symtab/17559 | Doug Evans | 1 | -0/+4 |
2014-11-15 | expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial. | Doug Evans | 1 | -3/+2 |
2014-11-07 | Revert old nexti prologue check and eliminate in_prologue | Pedro Alves | 1 | -3/+0 |
2014-11-06 | symtab.h (lookup_global_symbol): Improve function comment. | Doug Evans | 1 | -0/+8 |
2014-11-06 | Rename lookup_symbol_global to lookup_global_symbol. | Doug Evans | 1 | -8/+8 |
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 | -5/+5 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -5/+0 |
2014-10-26 | Move block_found decl to symtab.h. | Doug Evans | 1 | -0/+4 |
2014-10-26 | Clean up some function comments in symtab.[ch]. | Doug Evans | 1 | -22/+50 |
2014-07-21 | Remove Chill from comments | Yao Qi | 1 | -1/+1 |
2014-06-30 | constify search_symbols | Tom Tromey | 1 | -2/+2 |
2014-06-18 | make common_block const | Tom Tromey | 1 | -1/+1 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 1 | -0/+4 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 1 | -4/+0 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -0/+3 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -4/+3 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+12 |
2014-02-26 | make MSYMBOL_VALUE_ADDRESS an rvalue | Tom Tromey | 1 | -1/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+31 |
2014-01-15 | move the "main" data into the per-BFD object | Tom Tromey | 1 | -1/+0 |
2014-01-15 | make language_of_main static | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-19 | fortran: enable ptype/whatis for modules. | Keven Boell | 1 | -0/+4 |
2013-12-06 | make symtab::dirname const | Tom Tromey | 1 | -1/+1 |
2013-12-06 | make symtab::filename const | Tom Tromey | 1 | -1/+1 |
2013-11-08 | Change "set debug symtab-create" to take a verbosity level. | Doug Evans | 1 | -1/+4 |
2013-09-25 | * symtab.c (domain_name, search_domain_name): New functions. | Doug Evans | 1 | -0/+4 |
2013-08-07 | use language of the main symbol | Tom Tromey | 1 | -2/+0 |