Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2624 llvm::StringRef root_cmd = command[0].ref(); in DoExecute() local
2627 if (root_cmd.empty()) { in DoExecute()
2638 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute()
2657 m_interpreter.RemoveUser(root_cmd); in DoExecute()