Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp240 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeASan
310 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
H A DInstrumentationRuntimeASan.h54 static bool NotifyBreakpointHit(void *baton,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h58 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeMainThreadChecker.cpp155 bool InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeMainThreadChecker
223 InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit, this, true); in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h58 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeUBSan.cpp202 bool InstrumentationRuntimeUBSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeUBSan
280 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h57 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeTSan.cpp795 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeTSan
923 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()