Ross Bayer
1e554bd1c5
[Gardening] Update the utils/backtrace-check script to use more modern Python formatting.
2020-01-24 01:21:53 -08:00
Graydon Hoare
71da5ec519
Fix flake8 warning W605 invalid escape sequence.
2018-11-06 11:38:39 -08:00
Graydon Hoare
4aa01e908a
Fix flake8 warning E741 ambiguous variable name 'l'.
2018-11-05 21:01:33 -08:00
Hugh Bellamy
c6fcbf0510
Python lint a bunch of files not currently python linted
2017-03-17 14:11:00 +07:00
Hugh Bellamy
4f23d61da0
Import print_function wherever we use print() in python code
2017-02-20 11:11:27 +07:00
Grzegorz Miłoś
d10146592d
Review comments. Round 5. Integration test for symbolicate-linux-fatal.
2016-09-08 15:01:25 +01:00
swift-ci
c065a7b564
Merge pull request #2534 from practicalswift/typo-fixes-20160514
2016-05-14 18:26:50 -07:00
practicalswift
21c872c590
[gardening] Fix recently introduced typos.
2016-05-14 20:33:28 +02:00
practicalswift
108f49e5b0
[gardening] Fix recently introduced PEP-8 issues.
2016-05-14 19:44:07 +02:00
Michael Gottesman
7523d1a60b
When producing backtraces, do not use backtrace_symbol, invoke dladdr directly.
...
Previously, we were using backtrace_symbol and then parsing/modifying its
output. By just using dladdr directly, we have a cleaner and more robust
solution.
rdar://25064742
2016-05-11 15:40:10 -07:00