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:
parent
ba287f6e31
commit
b56ef794a0
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue