Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp119 CommandObject *found_cmd; in DoExecute() local
120 found_cmd = in DoExecute()
122 if (found_cmd == nullptr || matches.GetSize() > 1) { in DoExecute()
126 sub_cmd_obj = found_cmd; in DoExecute()