Home
last modified time | relevance | path

Searched refs:NotifyBreakpointHit (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp240 bool AddressSanitizerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in AddressSanitizerRuntime
310 breakpoint->SetCallback(AddressSanitizerRuntime::NotifyBreakpointHit, this, in Activate()
H A DASanRuntime.h55 static bool NotifyBreakpointHit(void *baton,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp150 bool MainThreadCheckerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in MainThreadCheckerRuntime
217 breakpoint->SetCallback(MainThreadCheckerRuntime::NotifyBreakpointHit, this, in Activate()
H A DMainThreadCheckerRuntime.h58 static bool NotifyBreakpointHit(void *baton,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h59 static bool NotifyBreakpointHit(void *baton,
H A DUBSanRuntime.cpp204 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 DTSanRuntime.h58 static bool NotifyBreakpointHit(void *baton,
H A DTSanRuntime.cpp795 bool ThreadSanitizerRuntime::NotifyBreakpointHit( in NotifyBreakpointHit() function in ThreadSanitizerRuntime
922 breakpoint->SetCallback(ThreadSanitizerRuntime::NotifyBreakpointHit, this, in Activate()