Home
last modified time | relevance | path

Searched refs:GetModIDRef (Results 1 – 7 of 7) 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/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()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1364 const ProcessModID &GetModIDRef() const { return m_mod_id; } in GetModIDRef() function