Lines Matching refs:GetThreadPtr

101       queue_sp = exe_ctx.GetThreadPtr()->GetQueue();  in GetQueue()
148 return exe_ctx.GetThreadPtr()->GetStopReason(); in GetStopReason()
164 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount()
222 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex()
294 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON()
320 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces()
347 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription()
369 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue()
411 name = exe_ctx.GetThreadPtr()->GetName(); in GetName()
428 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName()
445 id = exe_ctx.GetThreadPtr()->GetQueueID(); in GetQueueID()
463 Thread *thread = exe_ctx.GetThreadPtr(); in GetInfoItemByPathAsString()
510 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan()
554 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver()
608 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto()
663 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut()
707 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame()
743 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction()
778 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress()
806 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil()
946 Thread *thread = exe_ctx.GetThreadPtr(); in StepUsingScriptedThreadPlan()
983 Thread *thread = exe_ctx.GetThreadPtr(); in JumpToLine()
1000 Thread *thread = exe_ctx.GetThreadPtr(); in ReturnFromFrame()
1018 Thread *thread = exe_ctx.GetThreadPtr(); in UnwindInnermostExpression()
1044 exe_ctx.GetThreadPtr()->SetResumeState(eStateSuspended); in Suspend()
1072 exe_ctx.GetThreadPtr()->SetResumeState(eStateRunning, override_suspend); in Resume()
1089 return exe_ctx.GetThreadPtr()->GetResumeState() == eStateSuspended; in IsSuspended()
1100 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
1130 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
1148 frame_sp = exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(idx); in GetFrameAtIndex()
1167 frame_sp = exe_ctx.GetThreadPtr()->GetSelectedFrame(); in GetSelectedFrame()
1187 Thread *thread = exe_ctx.GetThreadPtr(); in SetSelectedFrame()
1248 exe_ctx.GetThreadPtr()->GetStatus(strm, 0, 1, 1, true); in GetStatus()
1272 exe_ctx.GetThreadPtr()->DumpUsingSettingsFormat(strm, in GetDescription()