Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlugin.cpp76 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin() function in CommandObjectPlugin
84 CommandObjectPlugin::~CommandObjectPlugin() = default;
H A DCommandObjectPlugin.h20 class CommandObjectPlugin : public CommandObjectMultiword {
22 CommandObjectPlugin(CommandInterpreter &interpreter);
24 ~CommandObjectPlugin() override;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile120 SRCS+= Commands/CommandObjectPlugin.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp481 m_command_dict["plugin"] = CommandObjectSP(new CommandObjectPlugin(*this)); in LoadCommandDictionary()