summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)Author
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi
2018-05-25Remove interp_ui_outTom Tromey
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves
2018-04-26Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves
2018-04-05Remove typep and VEC(typep) from linespec.cTom Tromey
2018-04-05More use of std::vector in linespec.cTom Tromey
2018-04-05Remove a string copy from event_location_to_salsTom Tromey
2018-04-05Have filter_results take a std::vectorTom Tromey
2018-04-05Return std::string from canonical_to_fullformTom Tromey
2018-04-05Make copy_token_string return unique_xmalloc_ptrTom Tromey
2018-04-05Fix some indentation in linespec.cTom Tromey
2018-04-05Remove some cleanups from search_minsyms_for_nameTom Tromey
2018-01-21wrong line number in breakpoint locationJoel Brobecker
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Fix PR 22567: set SAL .section in minsym_foundYao Qi
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves
2017-11-08Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-09-27Constify some linespec functionsTom Tromey
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves
2017-09-20Fix "list ambiguous_variable"Pedro Alves
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Use gdb::def_vector in create_sals_line_offsetTom Tromey
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-07-17A smarter linespec completerPedro Alves
2017-07-17Linespec lexing and C++ operatorsPedro Alves
2017-07-17Explicit locations -label completerPedro Alves
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-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker