about summary refs log tree commit diff
path: root/src/etc/lldb_batchmode.py
AgeCommit message (Collapse)AuthorLines
2025-03-04fix: properly escape regexeswieDasDing-2/+2
2024-12-04Reformat Python code with `ruff`Jakub Beránek-21/+48
2023-06-16Apply changes to fix python linting errorsTrevor Gross-1/+1
2020-11-03lldb_batchmode: show more error informationPietro Albini-2/+2
Even more information to try and debug #78665.
2020-03-25Make x.py compatible with python 3.8.Thomas Bächler-2/+8
Python 3.8 removes the time.clock() function, use time.perf_counter() instead.
2020-02-08PEP8 format spacingChris Simpkins-0/+1
2019-09-09lldb: avoid mixing "Hit breakpoint" message with other output.Eduard-Mihai Burtescu-1/+4
2019-01-08lldb_batchmode.py: try `import _thread` for Python 3Josh Stone-1/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-11Fix typos.Bruce Mitchener-1/+1
2017-10-08debuginfo-test: Fix #45086.kennytm-1/+1
LLDB's output may be None instead of '', and that will cause type mismatch when normalize_whitespace() expects a string instead of None. This commit simply ensures we do pass '' even if the output is None.
2016-09-17pep8 prefers triple quoted with double quotesEitan Adler-3/+3
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