Skip to content

Commit b56ef79

Browse files
debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py
The shutdown call would always result in an exception being printed to standard error.
1 parent ba287f6 commit b56ef79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/etc/lldb_batchmode.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
import re
3232
import atexit
3333

34-
# Terminate the debugger
35-
atexit.register(lambda: lldb.SBDebugger.Terminate())
36-
3734
# Set this to True for additional output
3835
DEBUG_OUTPUT = False
3936

0 commit comments

Comments
 (0)