|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc 22 COMMON_FLAG(
26 COMMON_FLAG(
30 COMMON_FLAG(
35 COMMON_FLAG(const char *, strip_path_prefix, "",
37 COMMON_FLAG(bool, fast_unwind_on_check, false,
40 COMMON_FLAG(bool, fast_unwind_on_fatal, false,
43 COMMON_FLAG(bool, fast_unwind_on_malloc, true,
46 COMMON_FLAG(bool, handle_ioctl, false, "Intercept and handle ioctl requests.")
47 COMMON_FLAG(int, malloc_context_size, 1,
49 COMMON_FLAG(
53 COMMON_FLAG(
57 COMMON_FLAG(
61 COMMON_FLAG(
64 COMMON_FLAG(bool, strip_env, 1,
67 COMMON_FLAG(bool, detect_leaks, !SANITIZER_MAC, "Enable memory leak detection.")
68 COMMON_FLAG(
73 COMMON_FLAG(bool, allocator_may_return_null, false,
76 COMMON_FLAG(bool, print_summary, true,
79 COMMON_FLAG(int, print_module_map, 0,
82 COMMON_FLAG(bool, check_printf, true, "Check printf arguments.")
87 COMMON_FLAG(HandleSignalMode, handle_segv, kHandleSignalYes,
89 COMMON_FLAG(HandleSignalMode, handle_sigbus, kHandleSignalYes,
91 COMMON_FLAG(HandleSignalMode, handle_abort, kHandleSignalNo,
93 COMMON_FLAG(HandleSignalMode, handle_sigill, kHandleSignalNo,
95 COMMON_FLAG(HandleSignalMode, handle_sigtrap, kHandleSignalNo,
97 COMMON_FLAG(HandleSignalMode, handle_sigfpe, kHandleSignalYes,
100 COMMON_FLAG(bool, allow_user_segv_handler, true,
103 COMMON_FLAG(bool, use_sigaltstack, true,
105 COMMON_FLAG(bool, detect_deadlocks, true,
107 COMMON_FLAG(
111 COMMON_FLAG(const char *, color, "auto",
113 COMMON_FLAG(
116 COMMON_FLAG(bool, intercept_tls_get_addr, false, "Intercept __tls_get_addr.")
117 COMMON_FLAG(bool, help, false, "Print the flag descriptions.")
118 COMMON_FLAG(uptr, mmap_limit_mb, 0,
121 COMMON_FLAG(uptr, hard_rss_limit_mb, 0,
126 COMMON_FLAG(uptr, soft_rss_limit_mb, 0,
135 COMMON_FLAG(bool, heap_profile, false, "Experimental heap profiler, asan-only")
136 COMMON_FLAG(s32, allocator_release_to_os_interval_ms,
142 COMMON_FLAG(bool, can_use_proc_maps_statm, true,
145 COMMON_FLAG(
149 COMMON_FLAG(const char *, coverage_dir, ".",
152 COMMON_FLAG(bool, full_address_space, false,
155 COMMON_FLAG(bool, print_suppressions, true,
157 COMMON_FLAG(
162 COMMON_FLAG(bool, use_madv_dontdump, true,
165 COMMON_FLAG(bool, symbolize_inline_frames, true,
167 COMMON_FLAG(bool, symbolize_vs_style, false,
170 COMMON_FLAG(int, dedup_token_length, 0,
175 COMMON_FLAG(const char *, stack_trace_format, "DEFAULT",
179 COMMON_FLAG(bool, no_huge_pages_for_shadow, true,
181 COMMON_FLAG(bool, strict_string_checks, false,
183 COMMON_FLAG(bool, intercept_strstr, true,
186 COMMON_FLAG(bool, intercept_strspn, true,
189 COMMON_FLAG(bool, intercept_strtok, true,
192 COMMON_FLAG(bool, intercept_strpbrk, true,
195 COMMON_FLAG(bool, intercept_strlen, true,
198 COMMON_FLAG(bool, intercept_strndup, true,
201 COMMON_FLAG(bool, intercept_strchr, true,
204 COMMON_FLAG(bool, intercept_memcmp, true,
207 COMMON_FLAG(bool, strict_memcmp, true,
210 COMMON_FLAG(bool, intercept_memmem, true,
212 COMMON_FLAG(bool, intercept_intrin, true,
215 COMMON_FLAG(bool, intercept_stat, true,
218 COMMON_FLAG(bool, intercept_send, true,
221 COMMON_FLAG(bool, decorate_proc_maps, (bool)SANITIZER_ANDROID,
224 COMMON_FLAG(int, exitcode, 1, "Override the program exit status if the tool "
226 COMMON_FLAG(
230 COMMON_FLAG(bool, suppress_equal_pcs, true,
233 COMMON_FLAG(bool, print_cmdline, false, "Print command line on crash "
235 COMMON_FLAG(bool, html_cov_report, false, "Generate html coverage report.")
236 COMMON_FLAG(const char *, sancov_path, "sancov", "Sancov tool location.")
237 COMMON_FLAG(bool, dump_instruction_bytes, false,
239 COMMON_FLAG(bool, dump_registers, true,
242 COMMON_FLAG(bool, detect_write_exec, false,
245 COMMON_FLAG(bool, test_only_emulate_no_memorymap, false,