Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectQuit.cpp24 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit() function in CommandObjectQuit
28 CommandObjectQuit::~CommandObjectQuit() {} in ~CommandObjectQuit()
33 bool CommandObjectQuit::ShouldAskForConfirmation(bool &is_a_detach) { in ShouldAskForConfirmation()
65 bool CommandObjectQuit::DoExecute(Args &command, CommandReturnObject &result) { in DoExecute()
H A DCommandObjectQuit.h21 class CommandObjectQuit : public CommandObjectParsed {
23 CommandObjectQuit(CommandInterpreter &interpreter);
25 ~CommandObjectQuit() override;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile122 SRCS+= Commands/CommandObjectQuit.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp484 m_command_dict["quit"] = CommandObjectSP(new CommandObjectQuit(*this)); in LoadCommandDictionary()