diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2014-07-09 14:16:50 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2014-07-16 09:27:06 +0200 |
| commit | b56ef794a0690d29757d3934d3611018bb4f7b66 (patch) | |
| tree | 44d4f360b50de9443886f62bf5f68fae71d939d3 /src/etc/lldb_batchmode.py | |
| parent | ba287f6e31efbf02c5a53f353021c18eb9317903 (diff) | |
| download | rust-b56ef794a0690d29757d3934d3611018bb4f7b66.tar.gz rust-b56ef794a0690d29757d3934d3611018bb4f7b66.zip | |
debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py
The shutdown call would always result in an exception being printed to standard error.
Diffstat (limited to 'src/etc/lldb_batchmode.py')
| -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 |
