Home
last modified time | relevance | path

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

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