Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1056 Args cmd_words(cmd_str); in GetCommandSPExact() local
1061 if (cmd_words.GetArgumentCount() == 1) in GetCommandSPExact()
1067 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1074 size_t end = cmd_words.GetArgumentCount(); in GetCommandSPExact()
1082 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()