Lines Matching refs:CommandObjectSP
265 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize()
614 CommandObjectSP break_regex_cmd_sp(break_regex_cmd_up.release()); in LoadCommandDictionary()
670 CommandObjectSP tbreak_regex_cmd_sp(tbreak_regex_cmd_up.release()); in LoadCommandDictionary()
690 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_up.release()); in LoadCommandDictionary()
706 CommandObjectSP down_regex_cmd_sp(down_regex_cmd_up.release()); in LoadCommandDictionary()
721 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_up.release()); in LoadCommandDictionary()
735 CommandObjectSP display_regex_cmd_sp(display_regex_cmd_up.release()); in LoadCommandDictionary()
750 CommandObjectSP undisplay_regex_cmd_sp(undisplay_regex_cmd_up.release()); in LoadCommandDictionary()
771 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary()
790 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary()
815 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()
851 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()
870 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()
894 CommandObjectSP jump_regex_cmd_sp(jump_regex_cmd_up.release()); in LoadCommandDictionary()
920 [&result](CommandObjectSP cmd_sp, in VerifyUserMultiwordCmdPath()
956 CommandObjectSP cur_cmd_sp = GetCommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()
972 CommandObjectSP
976 CommandObjectSP command_sp; in GetCommandSP()
1007 CommandObjectSP user_match_sp, user_mw_match_sp, alias_match_sp, in GetCommandSP()
1100 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1124 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
1168 CommandObjectSP
1182 CommandObjectSP cmd_obj_sp = in GetCommandSPExact()
1303 CommandObjectSP cmd_obj_sp( in GetAliasFullName()
1330 lldb::CommandObjectSP &command_obj_sp, in AddAlias()
1341 CommandObjectSP(command_alias_up.get()); in AddAlias()
1615 std::pair<CommandObjectSP, OptionArgVectorSP> desugared = in BuildAliasResult()