Part of https://github.com/google/sanitizers/issues/637
Standalone ubsan needs signal and sigaction handlers and interceptors.
Plugin mode should rely on parent tool.
Paths
| Differential D37895
[ubsan] Support signal specific options in ubsan ClosedPublic Authored by vitalybuka on Sep 15 2017, 1:33 AM.
Details Summary Part of https://github.com/google/sanitizers/issues/637 Standalone ubsan needs signal and sigaction handlers and interceptors.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Sep 15 2017, 11:32 AM Closed by commit rL314052: [ubsan] Support signal specific options in ubsan (authored by vitalybuka). · Explain WhySep 25 2017, 5:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115372 compiler-rt/lib/ubsan/CMakeLists.txt
compiler-rt/lib/ubsan/ubsan_init.h
compiler-rt/lib/ubsan/ubsan_init.cc
compiler-rt/lib/ubsan/ubsan_signals_standalone.cc
compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc
|
Where's GetStackTraceWithPcBpAndContext defined?