summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-8/+52
* initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans2014-12-231-1/+1
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-2/+3
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-16/+50
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-11/+191
* symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans2014-12-161-9/+9
* (lookup_global_symbol_from_objfile): Simplify.Doug Evans2014-12-111-17/+5
* symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case.Doug Evans2014-12-111-0/+1
* 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