Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp302 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy
307 CommandObjectProxy::~CommandObjectProxy() = default;
309 Options *CommandObjectProxy::GetOptions() { in GetOptions()
316 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()
323 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()
330 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()
337 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()
339 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
345 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()
352 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.cpp991 class CommandObjectProcessPlugin : public CommandObjectProxy {
994 : CommandObjectProxy( in CommandObjectProcessPlugin()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h77 class CommandObjectProxy : public CommandObject {
79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
83 ~CommandObjectProxy() override;