diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectQuit.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectQuit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectQuit.h b/lldb/source/Commands/CommandObjectQuit.h index 444c1926bab..aab0e26cce5 100644 --- a/lldb/source/Commands/CommandObjectQuit.h +++ b/lldb/source/Commands/CommandObjectQuit.h @@ -35,6 +35,9 @@ protected: virtual bool DoExecute (Args& args, CommandReturnObject &result); + + bool + ShouldAskForConfirmation (bool& is_a_detach); }; |