Pietro Albini
c32de757cd
lldb_batchmode: show more error information
...
Even more information to try and debug #78665 .
2020-11-03 12:01:46 +01:00
Thomas Bächler
a9484d4647
Make x.py compatible with python 3.8.
...
Python 3.8 removes the time.clock() function, use time.perf_counter() instead.
2020-03-25 16:11:46 +01:00
Chris Simpkins
814aa0667b
PEP8 format spacing
2020-02-08 00:31:12 -05:00
Eduard-Mihai Burtescu
625a9d6a4b
lldb: avoid mixing "Hit breakpoint" message with other output.
2019-09-09 19:00:08 +03:00
Josh Stone
d9ddc39052
lldb_batchmode.py: try import _thread for Python 3
2019-01-08 13:19:50 -08:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Bruce Mitchener
a62af858e0
Fix typos.
2018-11-11 20:52:36 +07:00
kennytm
07b189977d
debuginfo-test: Fix #45086 .
...
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.
2017-10-08 01:39:34 +08:00
Eitan Adler
266ef889e3
pep8 prefers triple quoted with double quotes
2016-09-17 23:05:20 -07:00
Alex Crichton
9db6a41687
etc: Add debugger.Terminate() to lldb_batchmode.py
...
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
2016-04-19 09:39:04 -07:00
Richo Healey
f697a06da4
Fix PEP8 in lldb_batchmode.py
2015-01-27 01:25:54 -08:00
Michael Woerister
36088ab21f
debuginfo: Add a timeout for LLDB tests.
...
Fixes #18649 .
2014-11-05 18:35:24 +01:00
Michael Woerister
37a823b223
debuginfo: Add timeout before running executable in LLDB tests.
...
This should help with a potential race condition.
2014-11-05 13:32:09 +01:00
Michael Woerister
423dca7fc6
debuginfo: Print more output in lldb_batchmode.py for better error logs.
2014-10-22 11:08:21 +02:00
Michael Woerister
b56ef794a0
debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py
...
The shutdown call would always result in an exception being printed to standard error.
2014-07-16 09:27:06 +02:00
Michael Woerister
55a8bd56e5
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
2014-05-07 19:58:07 +02:00