aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Remove cplus_specific from general_symbol_info.Doug Evans1-38/+5
2014-11-22symtab.c: Comment and whitespace improvements.Doug Evans1-4/+9
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-143/+160
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-15/+15
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-9/+11
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-2/+2
2014-11-15PR symtab/17559Doug Evans1-0/+13
2014-11-15expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans1-10/+10
2014-11-10PR 17564: Fix objfile search order for static symbols.Doug Evans1-54/+43
2014-11-07Revert old nexti prologue check and eliminate in_prologuePedro Alves1-73/+0
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-2/+2
2014-11-06symtab.c (basic_lookup_symbol_nonlocal): Add comment.Doug Evans1-0/+4
2014-11-06Rename some "aux" functions.Doug Evans1-40/+41
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-6/+6
2014-11-06New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans1-3/+1
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