Home | History | Annotate | Download | only in runtime

Lines Matching full:strpbrk

1085 can_use_proc_maps_statmIf false, do not attempt to read /proc/maps/statm. Mostly useful for testing sanitizers.coverageIf set, coverage information will be dumped at program shutdown (if the coverage instrumentation was enabled at compile time).coverage_pcsIf set (and if 'coverage' is set too), the coverage information will be dumped as a set of PC offsets for every module.coverage_order_pcsIf true, the PCs will be dumped in the order they've appeared during the execution.coverage_bitsetIf set (and if 'coverage' is set too), the coverage information will also be dumped as a bitset to a separate file.coverage_countersIf set (and if 'coverage' is set too), the bitmap that corresponds to coverage counters will be dumped.coverage_directIf set, coverage information will be dumped directly to a memory mapped file. This way data is not lost even if the process is suddenly killed.coverage_dirTarget directory for coverage dumps. Defaults to the current directory.full_address_spaceSanitize complete address space; by default kernel area on 32-bit platforms will not be sanitizedprint_suppressionsPrint matched suppressions at exit.disable_coredumpDisable core dumping. By default, disable_coredump=1 on 64-bit to avoid dumping a 16T+ core file. Ignored on OSes that don't dump core by default and for sanitizers that don't reserve lots of virtual memory.use_madv_dontdumpIf set, instructs kernel to not store the (huge) shadow in core file.symbolize_inline_framesPrint inlined frames in stacktraces. Defaults to true.symbolize_vs_stylePrint file locations in Visual Studio style (e.g:  file(10,42): ...dedup_token_lengthIf positive, after printing a stack trace also print a short string token based on this number of frames that will simplify deduplication of the reports. Example: 'DEDUP_TOKEN: foo-bar-main'. Default is 0.stack_trace_formatFormat string used to render stack frames. See sanitizer_stacktrace_printer.h for the format description. Use DEFAULT to get default format.no_huge_pages_for_shadowIf true, the shadow is not allowed to use huge pages. strict_string_checksIf set check that string arguments are properly null-terminatedintercept_strstrIf set, uses custom wrappers for strstr and strcasestr functions to find more errors.intercept_strspnIf set, uses custom wrappers for strspn and strcspn function to find more errors.intercept_strpbrkIf set, uses custom wrappers for strpbrk function to find more errors.intercept_strlenIf set, uses custom wrappers for strlen and strnlen functions to find more errors.intercept_strchrIf set, uses custom wrappers for strchr, strchrnul, and strrchr functions to find more errors.intercept_memcmpIf set, uses custom wrappers for memcmp function to find more errors.strict_memcmpIf true, assume that memcmp(p1, p2, n) always reads n bytes before comparing p1 and p2.intercept_memmemIf set, uses a wrapper for memmem() to find more errors.intercept_intrinIf set, uses custom wrappers for memset/memcpy/memmove intrinsics to find more errors.intercept_statIf set, uses custom wrappers for *stat functions to find more errors.intercept_sendIf set, uses custom wrappers for send* functions to find more errors.decorate_proc_mapsIf set, decorate sanitizer mappings in /proc/self/maps with user-readable namesexitcodeOverride the program exit status if the tool found an errorabort_on_errorIf set, the tool calls abort() instead of _exit() after printing the error report.suppress_equal_pcsDeduplicate multiple reports for single source location in halt_on_error=false mode (asan only).print_cmdlinePrint command line on crash (asan only).html_cov_reportGenerate html coverage report.sancov_pathSancov tool location.(((reinterpret_cast<uptr>(s) | n) & 15)) == ((0))((base)) == ((10))((size)) <= ((1ULL << (40)))Supported Printf formats: %([0-9]*)?(z|ll)?{d,u,x}; %p; %(\.\*)?s; %c