Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp252 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp171 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp218 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h244 if (!IsLastResumeForUserExpression()) in BumpStopID()
280 bool IsLastResumeForUserExpression() const { in IsLastResumeForUserExpression() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp807 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp331 if (process->GetModIDRef().IsLastResumeForUserExpression()) { in PerformAction()
H A DProcess.cpp1431 if (!m_mod_id.IsLastResumeForUserExpression()) in SetPrivateState()