aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-66/+8
2014-11-06Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans1-2/+4
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-1/+0
2014-10-26symtab.c (lookup_symbol_aux_local): Fix typo in comment.Doug Evans1-1/+1
2014-10-26Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans1-10/+12
2014-10-26Clean up some function comments in symtab.[ch].Doug Evans1-35/+15
2014-10-25symtab.c: forward decl cleanupDoug Evans1-12/+2
2014-10-25symtab.c (lookup_symbol_aux_quick): Set block_found upon success.Doug Evans1-0/+1
2014-08-28Move definition of some prologue-related functions to a better location.Doug Evans1-187/+187
2014-08-28symtab.c (find_function_start_sal): Move definition to better spot.Doug Evans1-32/+32
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-30constify search_symbolsTom Tromey1-16/+19
2014-06-18constify some blockvector APIsTom Tromey1-8/+8
2014-06-18remove unneeded cast in symtab.cTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-3/+3
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-31/+29
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-29/+31
2014-03-03change probes to be program-space-independentTom Tromey1-9/+1
2014-02-26start change to progspace independenceTom Tromey1-28/+30
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-1/+1
2014-02-26change minsym representationTom Tromey1-23/+27
2014-02-04PowerPC64 ELFv2 ABI: skip global entry point codeUlrich Weigand1-0/+2
2014-01-18Add d_main_name to set the logical entry point for D programs.Iain Buclaw1-0/+7
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-1/+24
2014-01-15move main name into the progspaceTom Tromey1-11/+72
2014-01-15make language_of_main staticTom Tromey1-8/+17
2014-01-14psymtab cleanup patch 3/3Doug Evans1-19/+14
2014-01-14psymtab cleanup patch 1/3Doug Evans1-1/+0
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Set language for Ada minimal symbols.Joel Brobecker1-0/+37
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans1-8/+26
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey1-10/+11
2013-10-02Use FILENAME_CMP to compare filenames in compare_search_syms.Joel Brobecker1-1/+1
2013-10-02Delete search_symbols_equal (use compare_search_syms instead).Joel Brobecker1-14/+1
2013-09-25 * symtab.c (domain_name, search_domain_name): New functions.Doug Evans1-0/+31
2013-08-07use language of the main symbolTom Tromey1-23/+0
2013-08-05remove msymbol_objfileTom Tromey1-21/+20
2013-08-01 * symtab.c (do_free_search_symbols_cleanup): Change arg to,Doug Evans1-59/+85
2013-07-29 * symtab.c (iterate_over_some_symtabs): Add comment.Doug Evans1-1/+3
2013-07-29 * symtab.c (iterate_over_some_symtabs): Fix indentation.Doug Evans1-25/+25
2013-05-30fix symtab.cTom Tromey1-1/+1
2013-04-15 PR c++/11990:Tom Tromey1-6/+6
2013-04-08 PR symtab/8424:Tom Tromey1-14/+26
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey1-1/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-11/+12
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey1-13/+32