summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-181-2/+0
* Introduce null_block_symbolPedro Alves2015-11-171-0/+4
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-2/+4
* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.Doug Evans2015-10-261-1/+1
* symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans2015-09-181-5/+1
* Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers2015-09-151-1/+7
* symtab.h (struct symbol): Tweak comment.Doug Evans2015-08-291-5/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+19
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-1/+1
* Use macros for some enum bit field sizes.Doug Evans2015-08-151-12/+24
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-39/+47
* symtab.h (struct symtab) <next>: Fix comment.Doug Evans2015-02-281-1/+2
* Move clear_symtab_users, deduce_language_from_filename decls to better place.Doug Evans2015-02-061-7/+1
* symtab.h (struct symbol): Fix typo in comment.Doug Evans2015-01-021-1/+1
* 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-4/+23
* symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans2014-12-231-1/+5
* 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-3/+5
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-2/+22
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-0/+2
* symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans2014-12-161-3/+1
* the "compile" commandTom Tromey2014-12-121-0/+15
* Remove const from many struct objfile *Jan Kratochvil2014-12-051-1/+1
* Remove cplus_specific from general_symbol_info.Doug Evans2014-12-021-10/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-70/+149
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-1/+1
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-0/+1
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-2/+3
* PR symtab/17559Doug Evans2014-11-151-0/+4
* expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans2014-11-151-3/+2
* Revert old nexti prologue check and eliminate in_prologuePedro Alves2014-11-071-3/+0
* symtab.h (lookup_global_symbol): Improve function comment.Doug Evans2014-11-061-0/+8
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-8/+8
* 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-5/+5
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-5/+0
* Move block_found decl to symtab.h.Doug Evans2014-10-261-0/+4
* Clean up some function comments in symtab.[ch].Doug Evans2014-10-261-22/+50
* Remove Chill from commentsYao Qi2014-07-211-1/+1
* constify search_symbolsTom Tromey2014-06-301-2/+2
* make common_block constTom Tromey2014-06-181-1/+1
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2014-06-071-0/+4
* Remove symbol_matches_domain. This fixesKeith Seitz2014-04-141-4/+0
* change probes to be program-space-independentTom Tromey2014-03-031-0/+3