| 68cd47e0 | 06-May-2022 |
Florian Mayer <[email protected]> |
[HWASan] Clean up hwasan_symbolize.
The globals are better expressed as members of the Symbolizer, and all functions operating on it should be methods instead.
Also using the standard idiom of wrap
[HWASan] Clean up hwasan_symbolize.
The globals are better expressed as members of the Symbolizer, and all functions operating on it should be methods instead.
Also using the standard idiom of wrapping the main code in `if __name__ == '__main__'`.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D125032
show more ...
|
| c9faea04 | 06-May-2022 |
Nico Weber <[email protected]> |
Revert "[HWASan] Allow to linkify symbolizer output."
This reverts commit 4af9392e13a212fe295dc33455bc591b2dc8f859. The new test fails on several machines (including some bots), see https://reviews.
Revert "[HWASan] Allow to linkify symbolizer output."
This reverts commit 4af9392e13a212fe295dc33455bc591b2dc8f859. The new test fails on several machines (including some bots), see https://reviews.llvm.org/D124950
show more ...
|
| 6ca1df61 | 05-May-2022 |
Florian Mayer <[email protected]> |
[HWASan] Clean up hwasan_symbolize.
The globals are better expressed as members of the Symbolizer, and all functions operating on it should be methods instead.
Also using the standard idiom of wrap
[HWASan] Clean up hwasan_symbolize.
The globals are better expressed as members of the Symbolizer, and all functions operating on it should be methods instead.
Also using the standard idiom of wrapping the main code in `if __name__ == '__main__'`.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D125032
show more ...
|
| 6da61537 | 01-Feb-2020 |
Evgenii Stepanov <[email protected]> |
hwasan_symbolize: allow 0x in the address field
Summary: Fix parsing of mangled stack trace lines where the address has been replaced with "0x", literally.
Reviewers: vitalybuka
Subscribers: #sani
hwasan_symbolize: allow 0x in the address field
Summary: Fix parsing of mangled stack trace lines where the address has been replaced with "0x", literally.
Reviewers: vitalybuka
Subscribers: #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D73823
show more ...
|