Lines Matching refs:CommandObjectSP

253   CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit");  in Initialize()
602 CommandObjectSP break_regex_cmd_sp(break_regex_cmd_up.release()); in LoadCommandDictionary()
658 CommandObjectSP tbreak_regex_cmd_sp(tbreak_regex_cmd_up.release()); in LoadCommandDictionary()
678 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_up.release()); in LoadCommandDictionary()
694 CommandObjectSP down_regex_cmd_sp(down_regex_cmd_up.release()); in LoadCommandDictionary()
709 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_up.release()); in LoadCommandDictionary()
723 CommandObjectSP display_regex_cmd_sp(display_regex_cmd_up.release()); in LoadCommandDictionary()
738 CommandObjectSP undisplay_regex_cmd_sp(undisplay_regex_cmd_up.release()); in LoadCommandDictionary()
757 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary()
775 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary()
800 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()
836 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()
855 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()
879 CommandObjectSP jump_regex_cmd_sp(jump_regex_cmd_up.release()); in LoadCommandDictionary()
900 CommandObjectSP
904 CommandObjectSP command_sp; in GetCommandSP()
929 CommandObjectSP user_match_sp, alias_match_sp, real_match_sp; in GetCommandSP()
1002 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1024 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
1052 CommandObjectSP
1066 CommandObjectSP cmd_obj_sp = in GetCommandSPExact()
1151 CommandObjectSP cmd_obj_sp( in GetAliasFullName()
1174 lldb::CommandObjectSP &command_obj_sp, in AddAlias()
1185 CommandObjectSP(command_alias_up.get()); in AddAlias()
1436 std::pair<CommandObjectSP, OptionArgVectorSP> desugared = in BuildAliasResult()