diff options
| -rw-r--r-- | src/etc/lldb_batchmode.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/etc/lldb_batchmode.py b/src/etc/lldb_batchmode.py index 85bfc425b58..06bd2a13d22 100644 --- a/src/etc/lldb_batchmode.py +++ b/src/etc/lldb_batchmode.py @@ -31,9 +31,6 @@ import threading import re import atexit -# Terminate the debugger -atexit.register(lambda: lldb.SBDebugger.Terminate()) - # Set this to True for additional output DEBUG_OUTPUT = False |
