| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-04 | fix: properly escape regexes | wieDasDing | -2/+2 | |
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -21/+48 | |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -1/+1 | |
| 2020-11-03 | lldb_batchmode: show more error information | Pietro Albini | -2/+2 | |
| Even more information to try and debug #78665. | ||||
| 2020-03-25 | Make 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-08 | PEP8 format spacing | Chris Simpkins | -0/+1 | |
| 2019-09-09 | lldb: avoid mixing "Hit breakpoint" message with other output. | Eduard-Mihai Burtescu | -1/+4 | |
| 2019-01-08 | lldb_batchmode.py: try `import _thread` for Python 3 | Josh Stone | -1/+6 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 | |
| 2017-10-08 | debuginfo-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-17 | pep8 prefers triple quoted with double quotes | Eitan Adler | -3/+3 | |
| 2016-04-19 | etc: Add debugger.Terminate() to lldb_batchmode.py | Alex 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-27 | Fix PEP8 in lldb_batchmode.py | Richo Healey | -106/+112 | |
| 2014-11-05 | debuginfo: Add a timeout for LLDB tests. | Michael Woerister | -0/+20 | |
| Fixes #18649. | ||||
| 2014-11-05 | debuginfo: Add timeout before running executable in LLDB tests. | Michael Woerister | -0/+5 | |
| This should help with a potential race condition. | ||||
| 2014-10-22 | debuginfo: Print more output in lldb_batchmode.py for better error logs. | Michael Woerister | -2/+9 | |
| 2014-07-16 | debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py | Michael Woerister | -3/+0 | |
| The shutdown call would always result in an exception being printed to standard error. | ||||
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -0/+184 | |
