Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp23 CommandObjectGUI::CommandObjectGUI(CommandInterpreter &interpreter) in CommandObjectGUI() function in CommandObjectGUI
27 CommandObjectGUI::~CommandObjectGUI() {} in ~CommandObjectGUI()
29 bool CommandObjectGUI::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
H A DCommandObjectGUI.h21 class CommandObjectGUI : public CommandObjectParsed {
23 CommandObjectGUI(CommandInterpreter &interpreter);
25 ~CommandObjectGUI() override;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile113 SRCS+= Commands/CommandObjectGUI.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp475 m_command_dict["gui"] = CommandObjectSP(new CommandObjectGUI(*this)); in LoadCommandDictionary()