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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp1 //===-- CommandObjectGUI.cpp ------------------------------------*- C++ -*-===//
12 #include "CommandObjectGUI.h"
26 // CommandObjectGUI
29 CommandObjectGUI::CommandObjectGUI (CommandInterpreter &interpreter) : function in class:CommandObjectGUI
34 CommandObjectGUI::~CommandObjectGUI ()
39 CommandObjectGUI::DoExecute (Args& args, CommandReturnObject &result)
H A DCommandObjectGUI.h1 //===-- CommandObjectGUI.h --------------------------------------*- C++ -*-===//
22 // CommandObjectGUI
25 class CommandObjectGUI : public CommandObjectParsed class in namespace:lldb_private
29 CommandObjectGUI (CommandInterpreter &interpreter);
32 ~CommandObjectGUI ();
/freebsd-10.2-release/lib/clang/liblldbCommands/
H A DMakefile17 CommandObjectGUI.cpp \
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp25 #include "../Commands/CommandObjectGUI.h"
383 m_command_dict["gui"] = CommandObjectSP (new CommandObjectGUI (*this));

Completed in 22 milliseconds