llvm-project/compiler-rt/lib
Mitch Phillips 352d1b59c0 [GWP-ASan] Update backtrace function signature.
Summary:
Updates the function signature and comments for backtracing (and printing
backtraces). This update brings GWP-ASan in line with future requirements for
stack frame compression, wherein the length of the trace is provided
explicitly, rather than relying on nullptr-termination.

Reviewers: vlad.tsyrklevich

Reviewed By: vlad.tsyrklevich

Subscribers: #sanitizers, llvm-commits, morehouse

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D66099

llvm-svn: 368619
2019-08-12 21:36:44 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [asan_symbolize] Fix bug where the frame counter was not incremented. 2019-08-12 18:51:25 +00:00
builtins Fix Wnewline-eof after r368598 2019-08-12 19:57:17 +00:00
cfi Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
crt Use CMAKE_C_COMPILER_ARG1 in compiler invocation 2019-05-19 03:29:15 +00:00
dfsan compiler-rt: Rename .cc file in test/dfsan to cpp 2019-08-05 13:19:28 +00:00
fuzzer [libFuzzer] Merge: print feature coverage number as well. 2019-08-12 20:21:27 +00:00
gwp_asan [GWP-ASan] Update backtrace function signature. 2019-08-12 21:36:44 +00:00
hwasan hwasan: Add a code model check for tagged globals. 2019-08-08 21:40:00 +00:00
interception compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cpp 2019-08-01 13:56:52 +00:00
lsan compiler-rt: Rename .cc file in lib/lsan to .cpp 2019-08-01 14:01:30 +00:00
msan Remove a few straggler ".cc"s in compiler-rt/lib 2019-08-01 17:53:25 +00:00
profile compiler-rt: Rename .cc file in lib/profile to .cpp 2019-07-31 18:21:08 +00:00
safestack compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cpp 2019-08-01 13:56:52 +00:00
sanitizer_common [Sanitizer] Reenable getusershell interception 2019-08-10 03:35:54 +00:00
scudo [scudo][standalone] Minor corrections 2019-08-12 15:35:09 +00:00
stats compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
tsan [TSAN] Fix tsan on FreeBSD after D54889 2019-08-06 22:30:48 +00:00
ubsan Remove a few straggler ".cc"s in compiler-rt/lib 2019-08-01 17:53:25 +00:00
ubsan_minimal compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
xray [compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage. 2019-08-06 08:08:07 +00:00
CMakeLists.txt Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation" 2019-04-30 18:13:22 +00:00