aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves1-0/+7
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-0/+15
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-12/+19
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-3/+0
2017-07-14ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi1-2/+2
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey1-3/+3
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-19/+14
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-2/+37
2016-10-06Remove Java supportTom Tromey1-2/+2
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey1-3/+7
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans1-0/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-2/+0
2015-11-17Introduce null_block_symbolPedro Alves1-0/+4
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-2/+4
2015-10-26symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.Doug Evans1-1/+1
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans1-5/+1
2015-09-15Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers1-1/+7
2015-08-29symtab.h (struct symbol): Tweak comment.Doug Evans1-5/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-0/+19
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans1-1/+1
2015-08-15Use macros for some enum bit field sizes.Doug Evans1-12/+24
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-39/+47
2015-02-28symtab.h (struct symtab) <next>: Fix comment.Doug Evans1-1/+2
2015-02-06Move clear_symtab_users, deduce_language_from_filename decls to better place.Doug Evans1-7/+1
2015-01-02symtab.h (struct symbol): Fix typo in comment.Doug Evans1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-4/+23
2014-12-23symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans1-1/+5
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans1-1/+1
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-3/+5
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-2/+22
2014-12-17New parameter "debug symbol-lookup".Doug Evans1-0/+2
2014-12-16symtab.h (struct symbol_search) <symtab>: Delete, unnecessary.Doug Evans1-3/+1
2014-12-12the "compile" commandTom Tromey1-0/+15
2014-12-05Remove const from many struct objfile *Jan Kratochvil1-1/+1
2014-12-02Remove cplus_specific from general_symbol_info.Doug Evans1-10/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-70/+149
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-1/+1
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-0/+1
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+3
2014-11-15PR symtab/17559Doug Evans1-0/+4
2014-11-15expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans1-3/+2
2014-11-07Revert old nexti prologue check and eliminate in_prologuePedro Alves1-3/+0
2014-11-06symtab.h (lookup_global_symbol): Improve function comment.Doug Evans1-0/+8
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-8/+8