Lines Matching refs:GetThreadPtr

99       queue_sp = exe_ctx.GetThreadPtr()->GetQueue();  in GetQueue()
146 return exe_ctx.GetThreadPtr()->GetStopReason(); in GetStopReason()
162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount()
219 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex()
290 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON()
314 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces()
340 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription()
362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue()
404 name = exe_ctx.GetThreadPtr()->GetName(); in GetName()
421 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName()
438 id = exe_ctx.GetThreadPtr()->GetQueueID(); in GetQueueID()
455 Thread *thread = exe_ctx.GetThreadPtr(); in GetInfoItemByPathAsString()
502 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan()
544 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver()
593 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto()
648 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut()
689 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame()
724 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction()
758 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress()
784 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil()
918 Thread *thread = exe_ctx.GetThreadPtr(); in StepUsingScriptedThreadPlan()
954 Thread *thread = exe_ctx.GetThreadPtr(); in JumpToLine()
970 Thread *thread = exe_ctx.GetThreadPtr(); in ReturnFromFrame()
987 Thread *thread = exe_ctx.GetThreadPtr(); in UnwindInnermostExpression()
1013 exe_ctx.GetThreadPtr()->SetResumeState(eStateSuspended); in Suspend()
1041 exe_ctx.GetThreadPtr()->SetResumeState(eStateRunning, override_suspend); in Resume()
1058 return exe_ctx.GetThreadPtr()->GetResumeState() == eStateSuspended; in IsSuspended()
1069 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
1099 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
1117 frame_sp = exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(idx); in GetFrameAtIndex()
1136 frame_sp = exe_ctx.GetThreadPtr()->GetSelectedFrame(); in GetSelectedFrame()
1155 Thread *thread = exe_ctx.GetThreadPtr(); in SetSelectedFrame()
1208 exe_ctx.GetThreadPtr()->GetStatus(strm, 0, 1, 1, true); in GetStatus()
1230 exe_ctx.GetThreadPtr()->DumpUsingSettingsFormat(strm, in GetDescription()