Lines Matching refs:CommandObjectSP

282   CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit");  in Initialize()
638 CommandObjectSP break_regex_cmd_sp(break_regex_cmd_up.release()); in LoadCommandDictionary()
691 CommandObjectSP tbreak_regex_cmd_sp(tbreak_regex_cmd_up.release()); in LoadCommandDictionary()
711 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_up.release()); in LoadCommandDictionary()
727 CommandObjectSP down_regex_cmd_sp(down_regex_cmd_up.release()); in LoadCommandDictionary()
742 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_up.release()); in LoadCommandDictionary()
756 CommandObjectSP display_regex_cmd_sp(display_regex_cmd_up.release()); in LoadCommandDictionary()
771 CommandObjectSP undisplay_regex_cmd_sp(undisplay_regex_cmd_up.release()); in LoadCommandDictionary()
792 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary()
811 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary()
836 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()
872 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()
891 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()
915 CommandObjectSP jump_regex_cmd_sp(jump_regex_cmd_up.release()); in LoadCommandDictionary()
941 [&result](CommandObjectSP cmd_sp, in VerifyUserMultiwordCmdPath()
977 CommandObjectSP cur_cmd_sp = GetCommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()
993 CommandObjectSP
997 CommandObjectSP command_sp; in GetCommandSP()
1028 CommandObjectSP user_match_sp, user_mw_match_sp, alias_match_sp, in GetCommandSP()
1121 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1145 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
1193 CommandObjectSP
1207 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()
1616 std::pair<CommandObjectSP, OptionArgVectorSP> desugared = in BuildAliasResult()