Skip to content

Commit

Permalink
debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py
Browse files Browse the repository at this point in the history
The shutdown call would always result in an exception being printed to standard error.
  • Loading branch information
michaelwoerister committed Jul 16, 2014
1 parent ba287f6 commit b56ef79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/etc/lldb_batchmode.py
Expand Up @@ -31,9 +31,6 @@
import re
import atexit

# Terminate the debugger
atexit.register(lambda: lldb.SBDebugger.Terminate())

# Set this to True for additional output
DEBUG_OUTPUT = False

Expand Down

0 comments on commit b56ef79

Please sign in to comment.