Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp21 CommandObjectGUI::CommandObjectGUI(CommandInterpreter &interpreter) in CommandObjectGUI() function in CommandObjectGUI
25 CommandObjectGUI::~CommandObjectGUI() = default;
27 void CommandObjectGUI::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
H A DCommandObjectGUI.h18 class CommandObjectGUI : public CommandObjectParsed {
20 CommandObjectGUI(CommandInterpreter &interpreter);
22 ~CommandObjectGUI() override;
/freebsd-src/lib/clang/liblldb/
H A DMakefile132 SRCS+= Commands/CommandObjectGUI.cpp
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp25 #include "Commands/CommandObjectGUI.h"
572 REGISTER_COMMAND_OBJECT("gui", CommandObjectGUI); in LoadCommandDictionary()