summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-0/+15
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-12/+19
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-3/+0
* ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi2017-07-141-2/+2
* Change find_pcs_for_symtab_line to return a std::vectorTom Tromey2017-04-121-3/+3
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-19/+14
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-2/+37
* Remove Java supportTom Tromey2016-10-061-2/+2
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-261-3/+7
* Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2016-02-231-0/+3
* 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