Home
last modified time | relevance | path

Searched refs:VReport (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cpp47 VReport(2, "__tls_get_addr: DTLS_Deallocate %p\n", (void *)block); in DTLS_Deallocate()
69 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", (void *)&dtls, in DTLS_NextBlock()
75 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", (void *)&dtls, id); in DTLS_Find()
86 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", (void *)&dtls); in DTLS_Destroy()
121 VReport(2, in DTLS_on_tls_get_addr()
128 VReport(2, "__tls_get_addr: glibc <=2.18 suspected; tls={0x%zx,0x%zx}\n", in DTLS_on_tls_get_addr()
133 VReport(2, "__tls_get_addr: static tls: 0x%zx\n", tls_beg); in DTLS_on_tls_get_addr()
140 VReport(2, "__tls_get_addr: glibc >=2.19 suspected; tls={0x%zx 0x%zx}\n", in DTLS_on_tls_get_addr()
143 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); in DTLS_on_tls_get_addr()
154 VReport(2, "DTLS_on_libc_memalign: %p 0x%zx\n", ptr, size); in DTLS_on_libc_memalign()
Dsanitizer_symbolizer_posix_libcdep.cpp422 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseExternalSymbolizer()
426 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
430 VReport(2, "Using atos at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
437 VReport(2, "Using addr2line at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
450 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer()
455 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer()
460 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer()
470 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
474 VReport(2, "Cannot use internal symbolizer: out of memory\n"); in ChooseSymbolizerTools()
476 VReport(2, "Using internal symbolizer.\n"); in ChooseSymbolizerTools()
[all …]
Dsanitizer_symbolizer_win.cpp211 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", in StartSymbolizerSubprocess()
219 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", in StartSymbolizerSubprocess()
238 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); in StartSymbolizerSubprocess()
258 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", in StartSymbolizerSubprocess()
279 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
295 VReport(2, "Using llvm-symbolizer at %spath: %s\n", in ChooseSymbolizerTools()
300 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseSymbolizerTools()
302 VReport(2, "External symbolizer is not present.\n"); in ChooseSymbolizerTools()
Dsanitizer_stoptheworld_netbsd_libcdep.cpp99 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()
Dsanitizer_stoptheworld_linux_libcdep.cpp149 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()
318 VReport(1, "Failed suspending threads.\n"); in TracerThread()
440 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld()
466 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld()
584 VReport(1, "Could not get regset %p from thread %d (errno %d).\n", in GetRegistersAndSP()
611 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid, in GetRegistersAndSP()
Dsanitizer_stoptheworld_mac.cpp61 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()
Dsanitizer_unwind_linux_libcdep.cpp103 VReport(1, in SanitizerInitializeUnwinder()
116 VReport(1, in SanitizerInitializeUnwinder()
Dsanitizer_libignore.cpp75 VReport(1, in OnLibraryLoaded()
108 VReport(1, "Adding instrumented range 0x%zx-0x%zx from library '%s'\n", in OnLibraryLoaded()
Dsanitizer_posix_libcdep.cpp205 VReport(1, "Installed the sigaction for signal %d\n", signum); in MaybeInstallSigaction()
480 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in IsProcessRunning()
491 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in WaitForProcess()
Dsanitizer_mac.cpp1202 VReport(2, "FindDynamicShadowStart, space_size = %p\n", (void *)space_size); in MapDynamicShadow()
1208 VReport( in MapDynamicShadow()
1225 VReport(2, "FindDynamicShadowStart, space_size = %p\n", (void *)space_size); in MapDynamicShadow()
/openbsd/src/gnu/llvm/compiler-rt/lib/cfi/
Dcfi.cpp146 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in Start()
233 VReport(1, "Can not handle: symtab > strtab (%zx > %zx)\n", symtab, strtab); in find_cfi_check_in_dso()
253 VReport(1, "Can not handle: symtab %zx, strtab %zx\n", symtab, strtab); in find_cfi_check_in_dso()
277 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check); in dl_iterate_phdr_cb()
292 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb()
317 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize()); in InitShadow()
344 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon()
347 VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr); in CfiSlowPathCommon()
358 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr); in CfiSlowPathCommon()
362 VReport(2, "__cfi_check at %p\n", (void *)cfi_check); in CfiSlowPathCommon()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_interceptors.h140 VReport(1, "AddressSanitizer: failed to intercept '%s'\n", #name); \
145 VReport(1, "AddressSanitizer: failed to intercept '%s@@%s'\n", \
151 VReport(1, \
Dasan_thread.cpp93 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor()
100 VReport(1, "T%d exited\n", tid); in Destroy()
254 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init()
443 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread()
591 VReport(1, "__asan_start_switch_fiber called from unknown thread\n"); in __sanitizer_start_switch_fiber()
603 VReport(1, "__asan_finish_switch_fiber called from unknown thread\n"); in __sanitizer_finish_switch_fiber()
Dasan_activation.cpp98 VReport(1, "Deactivating ASan\n"); in AsanDeactivate()
126 VReport(1, "Activating ASan\n"); in AsanActivate()
Dasan_linux.cpp132 VReport(2, "info->dlpi_name = %s\tinfo->dlpi_addr = %p\n", info->dlpi_name, in FindFirstDSOCallback()
Dasan_rtl.cpp402 VReport(1, "AddressSanitizer init is being performed for dlopen().\n"); in AsanInitInternal()
505 VReport(1, "AddressSanitizer Init done\n"); in AsanInitInternal()
Dasan_mac.cpp160 VReport(2, in asan_dispatch_call_block_and_release()
Dasan_poisoning.cpp364 VReport(1, "poisoning: %p %zx\n", (void *)addr, size); in __asan_poison_stack_memory()
369 VReport(1, "unpoisoning: %p %zx\n", (void *)addr, size); in __asan_unpoison_stack_memory()
Dasan_fake_stack.cpp57 VReport(1, in Create()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common_linux.cpp64 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". " in InitializePlatformSpecificModules()
73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other " in InitializePlatformSpecificModules()
Dlsan_common.cpp749 VReport(1, "LeakSanitizer is disabled"); in CheckForLeaks()
752 VReport(1, "LeakSanitizer: checking for leaks"); in CheckForLeaks()
794 VReport(1, "Rerun with %zu suppressed stacks.", in CheckForLeaks()
998 VReport(1, "__lsan_ignore_object(): no heap object found at %p\n", p); in __lsan_ignore_object()
1000 VReport(1, in __lsan_ignore_object()
1005 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p); in __lsan_ignore_object()
1015 VReport(1, "Registered root region at %p of size %zu\n", begin, size); in __lsan_register_root_region()
1031 VReport(1, "Unregistered root region at %p of size %zu\n", begin, size); in __lsan_unregister_root_region()
Dlsan_mac.cpp81 VReport(2, in lsan_dispatch_call_block_and_release()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cpp286 VReport(1, "Program is run with unlimited stack size, which wouldn't " in InitializePlatform()
309 VReport(1, "WARNING: Program is run with randomized virtual address " in InitializePlatform()
Dtsan_rtl.cpp479 VReport(1, "ThreadSanitizer: periodic memory flush\n"); in BackgroundThread()
487 VReport(1, in BackgroundThread()
492 VReport(1, "ThreadSanitizer: flushing memory due to RSS\n"); in BackgroundThread()
496 VReport(1, "ThreadSanitizer: memory flushed RSS=%llu\n", in BackgroundThread()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan.cpp707 VReport(1, "__msan_start_switch_fiber called from unknown thread\n"); in __msan_start_switch_fiber()
716 VReport(1, "__msan_finish_switch_fiber called from unknown thread\n"); in __msan_finish_switch_fiber()

12