llvm-project/compiler-rt/lib/gwp_asan/optional
Kostya Kortchinsky 98fe39df93 [GWP-ASan] Stub out backtrace/signal functions on Fuchsia
The initial version of GWP-ASan on Fuchsia doesn't support crash and
signal handlers, so this just adds empty stubs to be able to compile
the project on the platform.

Differential Revision: https://reviews.llvm.org/D90537
2020-11-02 13:49:50 -08:00
..
backtrace.h [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
backtrace_fuchsia.cpp [GWP-ASan] Stub out backtrace/signal functions on Fuchsia 2020-11-02 13:49:50 -08:00
backtrace_linux_libc.cpp [GWP-ASan] Split the unwinder into segv/non-segv. 2020-07-21 08:25:37 -07:00
backtrace_sanitizer_common.cpp [GWP-ASan] Split the unwinder into segv/non-segv. 2020-07-21 08:25:37 -07:00
options_parser.cpp [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
options_parser.h
segv_handler.h [GWP-ASan] Cleanup (NFC) 2020-10-19 18:13:11 -07:00
segv_handler_fuchsia.cpp [GWP-ASan] Stub out backtrace/signal functions on Fuchsia 2020-11-02 13:49:50 -08:00
segv_handler_posix.cpp [GWP-ASan] Cleanup (NFC) 2020-10-19 18:13:11 -07:00