diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBDebugger.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBDebugger.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i index fb63fc362dc..48e0d5db638 100644 --- a/lldb/scripts/Python/interface/SBDebugger.i +++ b/lldb/scripts/Python/interface/SBDebugger.i @@ -369,7 +369,8 @@ public: bool spawn_thread, SBCommandInterpreterRunOptions &options, int &num_errors, - bool &quit_requested); + bool &quit_requested, + bool &stopped_for_crash); }; // class SBDebugger } // namespace lldb |