Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp268 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy
273 CommandObjectProxy::~CommandObjectProxy() = default;
275 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()
282 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()
290 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()
337 bool CommandObjectProxy::LoadSubCommand( in LoadSubCommand()
345 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString()
352 bool CommandObjectProxy::WantsCompletion() { in WantsCompletion()
359 Options *CommandObjectProxy::GetOptions() { in GetOptions()
373 int CommandObjectProxy::HandleArgumentCompletion( in HandleArgumentCompletion()
[all …]
H A DCommandObjectProcess.cpp924 class CommandObjectProcessPlugin : public CommandObjectProxy {
927 : CommandObjectProxy( in CommandObjectProcessPlugin()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h76 class CommandObjectProxy : public CommandObject {
78 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
82 ~CommandObjectProxy() override;