Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp252 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp166 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp220 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h419 if (!IsLastResumeForUserExpression()) in BumpStopID()
455 bool IsLastResumeForUserExpression() const { in IsLastResumeForUserExpression() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp320 if (process->GetModIDRef().IsLastResumeForUserExpression()) { in PerformAction()
H A DTarget.cpp2541 if (m_process_sp->GetModIDRef().IsLastResumeForUserExpression()) in RunStopHooks()
H A DProcess.cpp1702 if (!m_mod_id.IsLastResumeForUserExpression()) in SetPrivateState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp807 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()