Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.h54 static bool NotifyBreakpointHit(void *baton,
DInstrumentationRuntimeASan.cpp240 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeASan
310 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.h58 static bool NotifyBreakpointHit(void *baton,
DInstrumentationRuntimeUBSan.cpp202 bool InstrumentationRuntimeUBSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeUBSan
280 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.h58 static bool NotifyBreakpointHit(void *baton,
DInstrumentationRuntimeMainThreadChecker.cpp160 bool InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeMainThreadChecker
228 InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit, this, true); in Activate()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.h81 NotifyBreakpointHit(void *baton,
DDynamicLoaderMacOSXDYLD.h85 NotifyBreakpointHit(void *baton,
DDynamicLoaderMacOS.cpp195 bool DynamicLoaderMacOS::NotifyBreakpointHit(void *baton, in NotifyBreakpointHit() function in DynamicLoaderMacOS
364 breakpoint->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetNotificationBreakpoint()
DDynamicLoaderMacOSXDYLD.cpp308 bool DynamicLoaderMacOSXDYLD::NotifyBreakpointHit( in NotifyBreakpointHit() function in DynamicLoaderMacOSXDYLD
1022 dyld_break->SetCallback(DynamicLoaderMacOSXDYLD::NotifyBreakpointHit, in SetNotificationBreakpoint()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.h57 static bool NotifyBreakpointHit(void *baton,
DInstrumentationRuntimeTSan.cpp795 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeTSan
923 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()