debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py

The shutdown call would always result in an exception being printed to standard error.
This commit is contained in:
Michael Woerister 2014-07-09 14:16:50 +02:00
parent ba287f6e31
commit b56ef794a0

View file

@ -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