Lines Matching refs:GetProcess

359       if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() &&  in SetSelectedFrameByIndexNoisily()
377 GetProcess()->GetWarningsOptimization()) { in FunctionOptimizationWarning()
380 GetProcess()->PrintWarningOptimization(sc); in FunctionOptimizationWarning()
389 ProcessSP process_sp(GetProcess()); in GetStopInfo()
421 ProcessSP process_sp(GetProcess()); in GetPrivateStopInfo()
466 ProcessSP process_sp(GetProcess()); in StopInfoIsUpToDate()
490 ProcessSP process_sp(GetProcess()); in SetStopInfo()
542 ProcessSP process_sp(GetProcess()); in CheckpointThreadState()
617 GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume()
676 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume()
1585 ProcessSP process_sp(GetProcess()); in CalculateTarget()
1591 ProcessSP Thread::CalculateProcess() { return GetProcess(); } in CalculateProcess()
1671 lldb::ABISP abi = thread->GetProcess()->GetABI(); in ReturnFromFrame()
1837 DynamicLoader *loader = GetProcess()->GetDynamicLoader(); in GetThreadLocalData()
1846 Process *process = GetProcess().get(); in SafeToCallFunctions()
1947 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
2105 GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit()
2120 Process *process = GetProcess().get(); in StepIn()
2153 Process *process = GetProcess().get(); in StepOver()
2185 Process *process = GetProcess().get(); in StepOut()
2216 if (auto runtime = GetProcess()->GetObjCLanguageRuntime()) in GetCurrentException()
2230 auto runtime = GetProcess()->GetObjCLanguageRuntime(); in GetCurrentExceptionBacktrace()