Home
last modified time | relevance | path

Searched refs:IsLastResumeForUserExpression (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp250 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp166 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp216 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h240 if (!IsLastResumeForUserExpression()) in BumpStopID()
277 bool IsLastResumeForUserExpression() const { in IsLastResumeForUserExpression() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp808 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp335 if (process->GetModIDRef().IsLastResumeForUserExpression()) { in PerformAction()
H A DProcess.cpp1462 if (!m_mod_id.IsLastResumeForUserExpression()) in SetPrivateState()