Searched refs:NotifyBreakpointHit (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 240 bool AddressSanitizerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in AddressSanitizerRuntime 310 breakpoint->SetCallback(AddressSanitizerRuntime::NotifyBreakpointHit, this, in Activate()
|
| H A D | ASanRuntime.h | 55 static bool NotifyBreakpointHit(void *baton,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 150 bool MainThreadCheckerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in MainThreadCheckerRuntime 217 breakpoint->SetCallback(MainThreadCheckerRuntime::NotifyBreakpointHit, this, in Activate()
|
| H A D | MainThreadCheckerRuntime.h | 58 static bool NotifyBreakpointHit(void *baton,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.h | 59 static bool NotifyBreakpointHit(void *baton,
|
| H A D | UBSanRuntime.cpp | 204 bool UndefinedBehaviorSanitizerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in UndefinedBehaviorSanitizerRuntime 283 UndefinedBehaviorSanitizerRuntime::NotifyBreakpointHit, this, true); in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.h | 58 static bool NotifyBreakpointHit(void *baton,
|
| H A D | TSanRuntime.cpp | 795 bool ThreadSanitizerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in ThreadSanitizerRuntime 922 breakpoint->SetCallback(ThreadSanitizerRuntime::NotifyBreakpointHit, this, in Activate()
|