Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp21 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit() function in CommandObjectQuit
28 CommandObjectQuit::~CommandObjectQuit() = default;
33 bool CommandObjectQuit::ShouldAskForConfirmation(bool &is_a_detach) { in ShouldAskForConfirmation()
65 bool 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
/openbsd-src/gnu/usr.bin/clang/liblldbCommands/
H A DMakefile29 CommandObjectQuit.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn52 "CommandObjectQuit.cpp",
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp547 REGISTER_COMMAND_OBJECT("quit", CommandObjectQuit); in LoadCommandDictionary()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3960 lldb/source/Commands/CommandObjectQuit.cpp
3961 lldb/source/Commands/CommandObjectQuit.h