Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp238 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeASan
309 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
H A DInstrumentationRuntimeASan.h50 static bool NotifyBreakpointHit(void *baton,
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h56 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeUBSan.cpp200 bool InstrumentationRuntimeUBSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeUBSan
279 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h54 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeMainThreadChecker.cpp150 bool InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeMainThreadChecker
219 InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit, this, sync); in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h53 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeTSan.cpp796 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeTSan
925 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.h85 NotifyBreakpointHit(void *baton,
H A DDynamicLoaderMacOS.cpp232 bool DynamicLoaderMacOS::NotifyBreakpointHit(void *baton, in NotifyBreakpointHit() function in DynamicLoaderMacOS
438 breakpoint->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetNotificationBreakpoint()
452 dyld_handover_bp->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetDYLDHandoverBreakpoint()
H A DDynamicLoaderMacOSXDYLD.h85 NotifyBreakpointHit(void *baton,
H A DDynamicLoaderMacOSXDYLD.cpp323 bool DynamicLoaderMacOSXDYLD::NotifyBreakpointHit( in NotifyBreakpointHit() function in DynamicLoaderMacOSXDYLD
1038 dyld_break->SetCallback(DynamicLoaderMacOSXDYLD::NotifyBreakpointHit, in SetNotificationBreakpoint()