Lines Matching refs:ScriptedThread
24 void ScriptedThread::CheckInterpreterAndScriptObject() const { in CheckInterpreterAndScriptObject()
29 llvm::Expected<std::shared_ptr<ScriptedThread>>
30 ScriptedThread::Create(ScriptedProcess &process, in Create()
71 return std::make_shared<ScriptedThread>(process, scripted_thread_interface, in Create()
75 ScriptedThread::ScriptedThread(ScriptedProcess &process, in ScriptedThread() function in ScriptedThread
83 ScriptedThread::~ScriptedThread() { DestroyThread(); } in ~ScriptedThread()
85 const char *ScriptedThread::GetName() { in GetName()
93 const char *ScriptedThread::GetQueueName() { in GetQueueName()
101 void ScriptedThread::WillResume(StateType resume_state) {} in WillResume()
103 void ScriptedThread::ClearStackFrames() { Thread::ClearStackFrames(); } in ClearStackFrames()
105 RegisterContextSP ScriptedThread::GetRegisterContext() { in GetRegisterContext()
112 ScriptedThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
150 bool ScriptedThread::LoadArtificialStackFrames() { in LoadArtificialStackFrames()
217 bool ScriptedThread::CalculateStopInfo() { in CalculateStopInfo()
284 void ScriptedThread::RefreshStateAfterStop() { in RefreshStateAfterStop()
289 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface()
293 std::shared_ptr<DynamicRegisterInfo> ScriptedThread::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()