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.cpp199 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.cpp216 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h232 if (!IsLastResumeForUserExpression()) in BumpStopID()
269 bool IsLastResumeForUserExpression() const { in IsLastResumeForUserExpression() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp808 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1503 if (!m_mod_id.IsLastResumeForUserExpression()) in SetPrivateState()