summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)Author
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves
2017-12-13Factor out final completion match string buildingPedro Alves
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Handle custom completion match prefix / LCDPedro Alves
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves
2017-11-17Make template_symbol derive from symbolTom Tromey
2017-11-17Handle dereferencing Rust trait objectsTom Tromey
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey
2017-10-08Change search_symbols to return std::vectorTom Tromey
2017-09-29Remove a cleanup from symtab.cTom Tromey
2017-09-27Constify some commands in symtab.cTom Tromey
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-08-22Rename some command functionsSimon Marchi
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves
2017-07-17Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey
2017-07-14Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-indexPedro Alves
2017-06-27completion_list_add_name wrapper functionsPedro Alves
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-02-24symtab.c: Small refactorPedro Alves
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-09Fix NULL pointer dereferenceGary Benson
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-10-06Remove Java supportTom Tromey
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey