aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers1-1/+6
2018-10-26Remove DEF_VECs from symtab.hTom Tromey1-6/+0
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-1/+1
2018-08-29Add new search_symbols_multiple APIKeith Seitz1-0/+43
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-1/+1
2018-08-23Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner1-1/+20
2018-08-23Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner1-4/+36
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-2/+13
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-1/+19
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves1-2/+11
2018-04-26Eliminate find_pc_partial_function_gnu_ifuncPedro Alves1-5/+0
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves1-0/+1
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-0/+3
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves1-0/+11
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