aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-39/+47
2015-02-28symtab.h (struct symtab) <next>: Fix comment.Doug Evans1-1/+2
2015-02-06Move clear_symtab_users, deduce_language_from_filename decls to better place.Doug Evans1-7/+1
2015-01-02symtab.h (struct symbol): Fix typo in comment.Doug Evans1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-4/+23
2014-12-23symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans1-1/+5
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans1-1/+1
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-3/+5
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-2/+22
2014-12-17New parameter "debug symbol-lookup".Doug Evans1-0/+2
2014-12-16symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans1-3/+1
2014-12-12the "compile" commandTom Tromey1-0/+15
2014-12-05Remove const from many struct objfile *Jan Kratochvil1-1/+1
2014-12-02Remove cplus_specific from general_symbol_info.Doug Evans1-10/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-70/+149
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-1/+1
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-0/+1
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+3
2014-11-15PR symtab/17559Doug Evans1-0/+4
2014-11-15expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans1-3/+2
2014-11-07Revert old nexti prologue check and eliminate in_prologuePedro Alves1-3/+0
2014-11-06symtab.h (lookup_global_symbol): Improve function comment.Doug Evans1-0/+8
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-8/+8
2014-11-06lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans1-4/+4
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans1-5/+5
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-5/+0
2014-10-26Move block_found decl to symtab.h.Doug Evans1-0/+4
2014-10-26Clean up some function comments in symtab.[ch].Doug Evans1-22/+50
2014-07-21Remove Chill from commentsYao Qi1-1/+1
2014-06-30constify search_symbolsTom Tromey1-2/+2
2014-06-18make common_block constTom Tromey1-1/+1
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-0/+4
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-4/+0
2014-03-03change probes to be program-space-independentTom Tromey1-0/+3
2014-02-26change minsyms not to be relocated at read-timeTom Tromey1-4/+3
2014-02-26start change to progspace independenceTom Tromey1-2/+12
2014-02-26make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey1-1/+3
2014-02-26change minsym representationTom Tromey1-3/+31
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-1/+0
2014-01-15make language_of_main staticTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19fortran: enable ptype/whatis for modules.Keven Boell1-0/+4
2013-12-06make symtab::dirname constTom Tromey1-1/+1
2013-12-06make symtab::filename constTom Tromey1-1/+1
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans1-1/+4
2013-09-25 * symtab.c (domain_name, search_domain_name): New functions.Doug Evans1-0/+4