Lines Matching refs:CommandObjectSP
296 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize()
661 CommandObjectSP break_regex_cmd_sp(break_regex_cmd_up.release()); in LoadCommandDictionary()
714 CommandObjectSP tbreak_regex_cmd_sp(tbreak_regex_cmd_up.release()); in LoadCommandDictionary()
734 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_up.release()); in LoadCommandDictionary()
750 CommandObjectSP down_regex_cmd_sp(down_regex_cmd_up.release()); in LoadCommandDictionary()
765 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_up.release()); in LoadCommandDictionary()
779 CommandObjectSP display_regex_cmd_sp(display_regex_cmd_up.release()); in LoadCommandDictionary()
794 CommandObjectSP undisplay_regex_cmd_sp(undisplay_regex_cmd_up.release()); in LoadCommandDictionary()
815 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary()
834 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary()
859 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()
895 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()
914 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()
938 CommandObjectSP jump_regex_cmd_sp(jump_regex_cmd_up.release()); in LoadCommandDictionary()
964 [&result](CommandObjectSP cmd_sp, in VerifyUserMultiwordCmdPath()
1000 CommandObjectSP cur_cmd_sp = GetCommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()
1016 CommandObjectSP
1020 CommandObjectSP command_sp; in GetCommandSP()
1051 CommandObjectSP user_match_sp, user_mw_match_sp, alias_match_sp, in GetCommandSP()
1144 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1168 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
1216 CommandObjectSP
1230 CommandObjectSP cmd_obj_sp = in GetCommandSPExact()
1326 CommandObjectSP cmd_obj_sp( in GetAliasFullName()
1353 lldb::CommandObjectSP &command_obj_sp, in AddAlias()
1364 CommandObjectSP(command_alias_up.get()); in AddAlias()
1639 std::pair<CommandObjectSP, OptionArgVectorSP> desugared = in BuildAliasResult()