summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectQuit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectQuit.h')
-rw-r--r--lldb/source/Commands/CommandObjectQuit.h3
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);
};
OpenPOWER on IntegriCloud