| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 424 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseExternalSymbolizer() 428 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); in ChooseExternalSymbolizer() 432 VReport(2, "Using atos at user-specified path: %s\n", path); in ChooseExternalSymbolizer() 439 VReport(2, "Using addr2line at user-specified path: %s\n", path); in ChooseExternalSymbolizer() 452 VReport(2, in ChooseExternalSymbolizer() 460 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer() 465 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer() 470 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer() 481 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools() 485 VReport(2, "Using symbolizer markup"); in ChooseSymbolizerTools() [all …]
|
| H A D | sanitizer_tls_get_addr.cpp | 43 VReport(2, "__tls_get_addr: DTLS_Deallocate %p\n", (void *)block); in DTLS_Deallocate() 65 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", (void *)&dtls, in DTLS_NextBlock() 71 VReport(3, "__tls_get_addr: DTLS_Find %p %zd\n", (void *)&dtls, id); in DTLS_Find() 82 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", (void *)&dtls); in DTLS_Destroy() 122 VReport(2, "__tls_get_addr: glibc DTLS suspected; tls={%p,0x%zx}\n", in SANITIZER_INTERFACE_WEAK_DEF() 140 VReport(2, in DTLS_on_tls_get_addr() 149 VReport(2, "__tls_get_addr: static tls: %p\n", (void *)tls_beg); in DTLS_on_tls_get_addr() 160 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); in DTLS_on_tls_get_addr()
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 149 VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid, in SuspendThread() 153 VReport(2, "Attached to thread %zu.\n", (uptr)tid); in SuspendThread() 171 VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n", in SuspendThread() 194 VReport(2, "Detached from thread %d.\n", tid); in ResumeAllThreads() 199 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads() 220 VReport(1, "Failed to list threads\n"); in SuspendAllThreads() 223 VReport(1, "Incomplete list\n"); in SuspendAllThreads() 238 VReport(2, "%llu/status: %s\n", tid, thread_lister.LoadStatus(tid)); in SuspendAllThreads() 241 VReport(1, "SuspendAllThreads retry: %d\n", i); in SuspendAllThreads() 329 VReport(1, "Failed suspending threads.\n"); in TracerThread() [all …]
|
| H A D | sanitizer_symbolizer_win.cpp | 210 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", in StartSymbolizerSubprocess() 218 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", in StartSymbolizerSubprocess() 237 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); in StartSymbolizerSubprocess() 257 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", in StartSymbolizerSubprocess() 278 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools() 295 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseSymbolizerTools() 297 VReport(2, "Using llvm-symbolizer at %spath: %s\n", in ChooseSymbolizerTools() 302 VReport(2, "External symbolizer is not present.\n"); in ChooseSymbolizerTools()
|
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 99 VReport(2, "Detached from process %d.\n", pid_); in ResumeAllThreads() 101 VReport(1, "Could not detach from process %d (errno %d).\n", pid_, pterrno); in ResumeAllThreads() 121 VReport(2, "Attached to process %d.\n", pid_); in SuspendAllThreads() 137 VReport(2, "Appended thread %d in process %d.\n", pl.pl_lwpid, pid_); in SuspendAllThreads() 218 VReport(1, "Failed suspending threads.\n"); in TracerThread() 293 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld() 309 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld() 346 VReport(1, in GetRegistersAndSP()
|
| H A D | sanitizer_libignore.cpp | 75 VReport(1, in OnLibraryLoaded() 91 VReport(1, in OnLibraryLoaded() 111 VReport(1, "Adding instrumented range %p-%p from library '%s'\n", in OnLibraryLoaded()
|
| H A D | sanitizer_stoptheworld_mac.cpp | 61 VReport(1, "Failed to get threads for task (errno %d).\n", err); in RunThread() 141 VReport(1, "Error - unable to get thread ident for a thread\n"); in Append() 156 VReport(1, "Error - unable to get registers for a thread\n"); in GetRegistersAndSP()
|
| H A D | sanitizer_posix_libcdep.cpp | 225 VReport(1, "Installed the sigaction for signal %d\n", signum); in MaybeInstallSigaction() 565 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in IsProcessRunning() 576 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in WaitForProcess()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 150 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in AddUnchecked() 237 VReport(1, "Can not handle: symtab > strtab (%zx > %zx)\n", symtab, strtab); in find_cfi_check_in_dso() 257 VReport(1, "Can not handle: symtab %zx, strtab %zx\n", symtab, strtab); in find_cfi_check_in_dso() 281 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check); in dl_iterate_phdr_cb() 296 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb() 321 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize()); 348 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon() 351 VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr); in CfiSlowPathCommon() 362 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr); in CfiSlowPathCommon() 366 VReport( [all...] |
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.h | 46 VReport(1, "MemProfiler: failed to intercept '%s'\n'", #name); \ 51 VReport(1, "MemProfiler: failed to intercept '%s@@%s'\n", #name, ver); \ 56 VReport(1, "MemProfiler: failed to intercept '%s@@%s' or '%s'\n", #name, \
|
| H A D | memprof_thread.cpp | 87 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor() 94 VReport(1, "T%d exited\n", tid); in Destroy() 128 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init() 193 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.h | 138 VReport(1, "AddressSanitizer: failed to intercept '%s'\n", #name); \ 143 VReport(1, "AddressSanitizer: failed to intercept '%s@@%s'\n", \ 149 VReport(1, \
|
| H A D | asan_linux.cpp | 130 VReport(1, "WARNING: unable to run personality check.\n"); in TryReExecWithoutASLR() 143 VReport(1, in TryReExecWithoutASLR() 162 VReport(2, "info->dlpi_name = %s\tinfo->dlpi_addr = %p\n", info->dlpi_name, in FindFirstDSOCallback()
|
| H A D | asan_thread.cpp | 119 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor() 126 VReport(1, "T%d exited\n", tid); in Destroy() 276 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init() 444 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread() 576 VReport(1, "__asan_start_switch_fiber called from unknown thread\n"); in __sanitizer_start_switch_fiber() 587 VReport(1, "__asan_finish_switch_fiber called from unknown thread\n"); in __sanitizer_finish_switch_fiber()
|
| H A D | asan_activation.cpp | 98 VReport(1, "Deactivating ASan\n"); in AsanDeactivate() 126 VReport(1, "Activating ASan\n"); in AsanActivate()
|
| H A D | asan_posix.cpp | 152 VReport(2, "BeforeFork tid: %llu\n", GetTid()); in BeforeFork() 178 VReport(2, "AfterFork tid: %llu\n", GetTid()); in AfterFork()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_linux.cpp | 64 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". " in InitializePlatformSpecificModules() 73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other " in InitializePlatformSpecificModules()
|
| H A D | lsan_posix.cpp | 100 VReport(2, "BeforeFork tid: %llu\n", GetTid()); in BeforeFork() 112 VReport(2, "AfterFork tid: %llu\n", GetTid()); in AfterFork()
|
| H A D | lsan_common.cpp | 573 VReport(1, "Unable to get registers from thread %llu.\n", os_id); in ProcessThreads() 868 VReport(1, "LeakSanitizer is disabled\n"); in CheckForLeaksOnce() 871 VReport(1, "LeakSanitizer: checking for leaks\n"); in CheckForLeaksOnce() 913 VReport(1, "Rerun with %zu suppressed stacks.", in CheckForLeaksOnce() 1123 VReport(1, "__lsan_ignore_object(): no heap object found at %p\n", p); in __lsan_ignore_object() 1125 VReport(1, in __lsan_ignore_object() 1130 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p); in __lsan_ignore_object() 1137 VReport(1, "Registered root region at %p of size %zu\n", begin, size); in __lsan_register_root_region() 1153 VReport(1, "Unregistered root region at %p of size %zu\n", begin, size); in __lsan_unregister_root_region()
|
| H A D | lsan_mac.cpp | 80 VReport(2, in lsan_dispatch_call_block_and_release()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 188 VReport(1, in InitShadowWithReExec() 305 VReport(2, "BeforeFork tid: %llu\n", GetTid()); in BeforeFork() 317 VReport(2, "AfterFork tid: %llu\n", GetTid()); in AfterFork()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 54 VReport(1, "HWAddressSanitizer: failed to intercept '%s'\n", #name); \ 59 VReport(1, "HWAddressSanitizer: failed to intercept '%s@@%s'\n", \ 65 VReport( \
|
| H A D | hwasan_linux.cpp | 531 VReport(2, "BeforeFork tid: %llu\n", GetTid()); in BeforeFork() 551 VReport(2, "AfterFork tid: %llu\n", GetTid()); in AfterFork()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 228 VReport(1, in ReExecIfNeeded() 258 VReport(1, in ReExecIfNeeded() 293 VReport(1, in ReExecIfNeeded()
|
| H A D | tsan_rtl.cpp | 480 VReport(1, "ThreadSanitizer: periodic memory flush\n"); in BackgroundThread() 488 VReport(1, in BackgroundThread() 493 VReport(1, "ThreadSanitizer: flushing memory due to RSS\n"); in BackgroundThread() 497 VReport(1, "ThreadSanitizer: memory flushed RSS=%llu\n", in BackgroundThread() 829 VReport(2, "BeforeFork tid: %llu\n", GetTid()); in ForkBefore() 871 VReport(2, "AfterFork tid: %llu\n", GetTid()); in ForkAfter()
|