summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Unify lookup_symbol_in_objfile_symtabsJan Kratochvil2014-12-051-17/+10
* Remove const from many struct objfile *Jan Kratochvil2014-12-051-5/+4
* Accelerate lookup_symbol_aux_objfile 85xJan Kratochvil2014-12-041-1/+3
* Remove cplus_specific from general_symbol_info.Doug Evans2014-12-021-38/+5
* symtab.c: Comment and whitespace improvements.Doug Evans2014-11-221-4/+9
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-143/+160
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-15/+15
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-9/+11
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-2/+2
* PR symtab/17559Doug Evans2014-11-151-0/+13
* expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans2014-11-151-10/+10
* PR 17564: Fix objfile search order for static symbols.Doug Evans2014-11-101-54/+43
* Revert old nexti prologue check and eliminate in_prologuePedro Alves2014-11-071-73/+0
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-2/+2
* symtab.c (basic_lookup_symbol_nonlocal): Add comment.Doug Evans2014-11-061-0/+4
* Rename some "aux" functions.Doug Evans2014-11-061-40/+41
* lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans2014-11-061-4/+4
* Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans2014-11-061-6/+6
* New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans2014-11-061-3/+1
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-66/+8
* Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans2014-11-061-2/+4
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+0
* symtab.c (lookup_symbol_aux_local): Fix typo in comment.Doug Evans2014-10-261-1/+1
* Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans2014-10-261-10/+12
* Clean up some function comments in symtab.[ch].Doug Evans2014-10-261-35/+15
* symtab.c: forward decl cleanupDoug Evans2014-10-251-12/+2
* symtab.c (lookup_symbol_aux_quick): Set block_found upon success.Doug Evans2014-10-251-0/+1
* Move definition of some prologue-related functions to a better location.Doug Evans2014-08-281-187/+187
* symtab.c (find_function_start_sal): Move definition to better spot.Doug Evans2014-08-281-32/+32
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify search_symbolsTom Tromey2014-06-301-16/+19
* constify some blockvector APIsTom Tromey2014-06-181-8/+8
* remove unneeded cast in symtab.cTom Tromey2014-06-181-1/+1
* constify struct block in some placesTom Tromey2014-06-181-3/+3
* Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2014-06-071-31/+29
* Remove symbol_matches_domain. This fixesKeith Seitz2014-04-141-29/+31
* change probes to be program-space-independentTom Tromey2014-03-031-9/+1
* start change to progspace independenceTom Tromey2014-02-261-28/+30
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-1/+1
* change minsym representationTom Tromey2014-02-261-23/+27
* PowerPC64 ELFv2 ABI: skip global entry point codeUlrich Weigand2014-02-041-0/+2
* Add d_main_name to set the logical entry point for D programs.Iain Buclaw2014-01-181-0/+7
* move the "main" data into the per-BFD objectTom Tromey2014-01-151-1/+24
* move main name into the progspaceTom Tromey2014-01-151-11/+72
* make language_of_main staticTom Tromey2014-01-151-8/+17
* psymtab cleanup patch 3/3Doug Evans2014-01-141-19/+14
* psymtab cleanup patch 1/3Doug Evans2014-01-141-1/+0
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0