Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp252 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp176 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp218 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h268 if (!IsLastResumeForUserExpression()) in BumpStopID()
304 bool IsLastResumeForUserExpression() const { in IsLastResumeForUserExpression() function
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp807 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp317 if (process->GetModIDRef().IsLastResumeForUserExpression()) { in PerformAction()
DTarget.cpp2615 if (m_process_sp->GetModIDRef().IsLastResumeForUserExpression()) in RunStopHooks()
DProcess.cpp1562 if (!m_mod_id.IsLastResumeForUserExpression()) in SetPrivateState()