Home
last modified time | relevance | path

Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp45 CommandObjectMultiword::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectMultiword
85 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()
386 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectProxy
390 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
HDCommandObjectCommands.cpp721 subcommand_obj_sp = cmd_obj->GetSubcommandSP (sub_command.c_str()); in HandleAliasingNormalCommand()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObjectMultiword.h53 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL);
125 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL);
HDCommandObject.h144 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL)
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp941 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP (cmd_words.GetArgumentAtIndex (j)); in GetCommandSPExact()