Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp301 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy
306 CommandObjectProxy::~CommandObjectProxy() = default;
308 Options *CommandObjectProxy::GetOptions() { in GetOptions()
315 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()
322 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()
336 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()
344 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()
383 bool CommandObjectProxy::LoadSubCommand( in LoadSubCommand()
391 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString()
398 bool CommandObjectProxy::WantsCompletion() { in WantsCompletion()
[all …]
H A DCommandObjectTrace.h25 class CommandObjectTraceProxy : public CommandObjectProxy {
31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
H A DCommandObjectProcess.cpp936 class CommandObjectProcessPlugin : public CommandObjectProxy {
939 : CommandObjectProxy( in CommandObjectProcessPlugin()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h77 class CommandObjectProxy : public CommandObject {
79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
83 ~CommandObjectProxy() override;