aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves1-1/+5
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-0/+25
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-7/+13
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-2/+2
2017-11-17Use an enum to represent subclasses of symbolTom Tromey1-8/+18
2017-11-17Make template_symbol derive from symbolTom Tromey1-8/+3
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+19
2017-11-15Include <array> to declare std::array<>.John Baldwin1-0/+1
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves1-0/+20
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves1-1/+0
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-1/+14
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-17/+283
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+5
2017-10-08Change search_symbols to return std::vectorTom Tromey1-9/+36
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-0/+1
2017-09-04Kill init_salPedro Alves1-12/+10
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-5/+0
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