hanchenye-llvm-project/compiler-rt/test
Alexey Samsonov fbaaed6b58 [Sanitizer] Introduce "stack_trace_format" runtime flag.
This flag can be used to specify the format of stack frames - user
can now provide a string with placeholders, which should be printed
for each stack frame with placeholders replaced with actual data.
For example "%p" will be replaced by PC, "%s" will be replaced by
the source file name etc.

"DEFAULT" value enforces default stack trace format currently used in
all the sanitizers except TSan.

This change also implements __sanitizer_print_stack_trace interface
function in TSan.

llvm-svn: 221469
2014-11-06 18:43:45 +00:00
..
BlocksRuntime
asan Use GET_CURRENT_FRAME() to calculate the memory layout for power. This works 2014-11-06 14:58:06 +00:00
builtins Implement floatsitf, floatunstfsi, which perform 2014-09-16 20:34:41 +00:00
dfsan [dfsan] Add runtime function for aborting on indirect calls to 2014-11-05 17:21:11 +00:00
lsan Use "-gline-tables-only" instead of "-g" in sanitizer test suites. 2014-09-05 22:05:32 +00:00
msan [msan] Handle param-tls overflow. 2014-10-22 00:12:40 +00:00
profile Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
sanitizer_common [Sanitizer] Introduce "stack_trace_format" runtime flag. 2014-11-06 18:43:45 +00:00
tsan [TSan] Don't strip binary/library name until the moment we print it. 2014-11-04 01:55:20 +00:00
ubsan UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases 2014-11-06 08:55:23 +00:00
CMakeLists.txt [asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage 2014-09-24 23:54:04 +00:00
lit.common.cfg [compiler-rt] Re-enable the use of -gmlt for ASan tests on Darwin 2014-09-30 23:07:45 +00:00
lit.common.configured.in XFAIL ptrace test on arm 2014-05-20 23:31:26 +00:00