Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp255 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy
260 CommandObjectProxy::~CommandObjectProxy() = default;
262 Options *CommandObjectProxy::GetOptions() { in GetOptions()
269 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()
276 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()
290 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()
298 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()
347 bool CommandObjectProxy::LoadSubCommand( in LoadSubCommand()
355 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString()
362 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.cpp812 class CommandObjectProcessPlugin : public CommandObjectProxy {
815 : CommandObjectProxy( in CommandObjectProcessPlugin()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h73 class CommandObjectProxy : public CommandObject {
75 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
79 ~CommandObjectProxy() override;