Home
last modified time | relevance | path

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

/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;
H A DCMakeLists.txt16 CommandObjectGUI.cpp
/llvm-project/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn43 "CommandObjectGUI.cpp",
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp25 #include "Commands/CommandObjectGUI.h"
570 REGISTER_COMMAND_OBJECT("gui", CommandObjectGUI); in LoadCommandDictionary()