summary refs log tree commit diff
path: root/src/etc/lldb_batchmode.py
AgeCommit message (Collapse)AuthorLines
2016-04-19etc: Add debugger.Terminate() to lldb_batchmode.pyAlex Crichton-0/+1
Right now on the most recent version of LLDB installed on OSX we'll segfault on all the LLDB tests if this isn't called (unfortunately). Hopefully we've updated LLDB on the bots to actually get this working everywhere! Closes #32994
2015-01-27Fix PEP8 in lldb_batchmode.pyRicho Healey-106/+112
2014-11-05debuginfo: Add a timeout for LLDB tests.Michael Woerister-0/+20
Fixes #18649.
2014-11-05debuginfo: Add timeout before running executable in LLDB tests.Michael Woerister-0/+5
This should help with a potential race condition.
2014-10-22debuginfo: Print more output in lldb_batchmode.py for better error logs.Michael Woerister-2/+9
2014-07-16debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.pyMichael Woerister-3/+0
The shutdown call would always result in an exception being printed to standard error.
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-0/+184