Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp69 bool InstrumentationRuntimeASanLibsanitizers::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeASanLibsanitizers
81 return ReportRetriever::NotifyBreakpointHit(process_sp, context, break_id, in NotifyBreakpointHit()
102 InstrumentationRuntimeASanLibsanitizers::NotifyBreakpointHit, this, sync); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp63 bool InstrumentationRuntimeASan::NotifyBreakpointHit(
75 return ReportRetriever::NotifyBreakpointHit(process_sp, context, break_id,
95 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this,
239 bool InstrumentationRuntimeASan::NotifyBreakpointHit( NotifyBreakpointHit() function in InstrumentationRuntimeASan
H A DInstrumentationRuntimeASan.h47 static bool NotifyBreakpointHit(void *baton,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h54 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeMainThreadChecker.cpp151 bool InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeMainThreadChecker
220 InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit, this, sync); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h56 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeUBSan.cpp198 bool InstrumentationRuntimeUBSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeUBSan
277 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h53 static bool NotifyBreakpointHit(void *baton,
H A DInstrumentationRuntimeTSan.cpp793 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit() function in InstrumentationRuntimeTSan
923 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp198 bool ReportRetriever::NotifyBreakpointHit(ProcessSP process_sp, in NotifyBreakpointHit() function in ReportRetriever