Home
last modified time | relevance | path

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

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