Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp206 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp167 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp214 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h235 if (!IsLastResumeForUserExpression()) in BumpStopID()
272 bool IsLastResumeForUserExpression() const { in IsLastResumeForUserExpression() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp805 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1444 if (!m_mod_id.IsLastResumeForUserExpression()) in SetPrivateState()
3242 if (!GetModID().IsLastResumeForUserExpression()) in PrivateResume()