aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-07use language of the main symbolTom Tromey1-2/+0
2013-08-05remove msymbol_objfileTom Tromey1-1/+1
2013-08-01 * symtab.c (do_free_search_symbols_cleanup): Change arg to,Doug Evans1-2/+2
2013-08-01 Further workarounds for binutils/15021.Doug Evans1-0/+4
2013-04-12 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.Tom Tromey1-1/+1
2013-04-08 PR symtab/8424:Tom Tromey1-9/+6
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey1-3/+14
2013-04-08 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):Tom Tromey1-1/+1
2013-04-08 * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey1-0/+6
2013-03-202013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey1-23/+64
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-8/+12
2013-02-03gdb/Jan Kratochvil1-1/+0
2013-01-21 * dwarf2read.c (new_symbol_full): Remove cast.Tom Tromey1-1/+2
2013-01-21gdb/Jan Kratochvil1-2/+7
2013-01-17 * symtab.h (struct symbol_search): Add comment.Doug Evans1-0/+2
2013-01-03gdb/Yao Qi1-15/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-24gdb/Jan Kratochvil1-1/+1
2012-12-20gdb/Yao Qi1-10/+0
2012-12-20gdb/Yao Qi1-6/+0