Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectMultiword.cpp47 CommandObjectMultiword::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectMultiword
87 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()
383 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectProxy
387 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
DCommandObjectCommands.cpp695 subcommand_obj_sp = cmd_obj->GetSubcommandSP (sub_command.c_str()); in HandleAliasingNormalCommand()
/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h53 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL);
125 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL);
DCommandObject.h141 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL)
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp822 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP (cmd_words.GetArgumentAtIndex (j)); in GetCommandSPExact()