Searched refs:NotifyBreakpointHit (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 240 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeASan 310 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
|
| H A D | InstrumentationRuntimeASan.h | 54 static bool NotifyBreakpointHit(void *baton,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.h | 58 static bool NotifyBreakpointHit(void *baton,
|
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 155 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 D | InstrumentationRuntimeUBSan.h | 58 static bool NotifyBreakpointHit(void *baton,
|
| H A D | InstrumentationRuntimeUBSan.cpp | 202 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 D | InstrumentationRuntimeTSan.h | 57 static bool NotifyBreakpointHit(void *baton,
|
| H A D | InstrumentationRuntimeTSan.cpp | 795 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeTSan 923 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()
|