Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp68 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin() function in CommandObjectPlugin
76 CommandObjectPlugin::~CommandObjectPlugin() = default;
H A DCommandObjectPlugin.h16 class CommandObjectPlugin : public CommandObjectMultiword {
18 CommandObjectPlugin(CommandInterpreter &interpreter);
20 ~CommandObjectPlugin() override;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile136 SRCS+= Commands/CommandObjectPlugin.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp554 REGISTER_COMMAND_OBJECT("plugin", CommandObjectPlugin); in LoadCommandDictionary()