Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp21 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit() function in CommandObjectQuit
27 CommandObjectQuit::~CommandObjectQuit() = default;
32 bool CommandObjectQuit::ShouldAskForConfirmation(bool &is_a_detach) { in ShouldAskForConfirmation()
64 void CommandObjectQuit::DoExecute(Args &command, CommandReturnObject &result) { in DoExecute()
H A DCommandObjectQuit.h18 class CommandObjectQuit : public CommandObjectParsed {
20 CommandObjectQuit(CommandInterpreter &interpreter);
22 ~CommandObjectQuit() override;
H A DCMakeLists.txt26 CommandObjectQuit.cpp
/llvm-project/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn53 "CommandObjectQuit.cpp",
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp33 #include "Commands/CommandObjectQuit.h"
577 REGISTER_COMMAND_OBJECT("quit", CommandObjectQuit); in LoadCommandDictionary()