diff options
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBCommandInterpreter.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i index dfa3ce600bf..91904c5fd21 100644 --- a/lldb/scripts/Python/interface/SBCommandInterpreter.i +++ b/lldb/scripts/Python/interface/SBCommandInterpreter.i @@ -150,6 +150,12 @@ public: GetIOHandlerControlSequence(char ch); bool + GetPromptOnQuit(); + + void + SetPromptOnQuit(bool b); + + bool CommandExists (const char *cmd); bool |