Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
HDReportRetriever.cpp199 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.cpp167 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.cpp216 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.cpp808 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp339 if (process->GetModIDRef().IsRunningExpression()) { in PerformAction()
HDTarget.cpp2911 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h1476 const ProcessModID &GetModIDRef() const { return m_mod_id; } in GetModIDRef() function