Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp316 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy
321 CommandObjectProxy::~CommandObjectProxy() = default;
323 Options *CommandObjectProxy::GetOptions() { in GetOptions()
330 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()
337 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()
344 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()
351 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()
353 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
359 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()
366 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand()
[all …]
H A DCommandObjectTrace.h25 class CommandObjectTraceProxy : public CommandObjectProxy {
31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
H A DCommandObjectProcess.cpp940 class CommandObjectProcessPlugin : public CommandObjectProxy {
943 : CommandObjectProxy( in CommandObjectProcessPlugin()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h79 class CommandObjectProxy : public CommandObject {
81 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
85 ~CommandObjectProxy() override;