Home
last modified time | relevance | path

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

/freebsd/contrib/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.h1 //===-- CommandObjectQuit.h -------------------------------------*- C++ -*-===//
16 // CommandObjectQuit
18 class CommandObjectQuit : public CommandObjectParsed {
20 CommandObjectQuit(CommandInterpreter &interpreter);
22 ~CommandObjectQuit() override;
/freebsd/lib/clang/liblldb/
H A DMakefile142 SRCS+= Commands/CommandObjectQuit.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp579 REGISTER_COMMAND_OBJECT("quit", CommandObjectQuit); in LoadCommandDictionary()