hanchenye-llvm-project/compiler-rt/test/sanitizer_common
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
..
TestCases [Sanitizer] Introduce "stack_trace_format" runtime flag. 2014-11-06 18:43:45 +00:00
Unit
CMakeLists.txt
lit.common.cfg Add runtime flag 'symbolize_inline_frames' to disable symbolization of inlined frames done in llvm-symbolizer 2014-10-24 18:34:43 +00:00
lit.site.cfg.in