Lines Matching refs:ScriptedThread
26 void ScriptedThread::CheckInterpreterAndScriptObject() const { in CheckInterpreterAndScriptObject()
31 llvm::Expected<std::shared_ptr<ScriptedThread>>
32 ScriptedThread::Create(ScriptedProcess &process, in Create()
73 return std::make_shared<ScriptedThread>(process, scripted_thread_interface, in Create()
77 ScriptedThread::ScriptedThread(ScriptedProcess &process, in ScriptedThread() function in ScriptedThread
85 ScriptedThread::~ScriptedThread() { DestroyThread(); } in ~ScriptedThread()
87 const char *ScriptedThread::GetName() { in GetName()
95 const char *ScriptedThread::GetQueueName() { in GetQueueName()
103 void ScriptedThread::WillResume(StateType resume_state) {} in WillResume()
105 void ScriptedThread::ClearStackFrames() { Thread::ClearStackFrames(); } in ClearStackFrames()
107 RegisterContextSP ScriptedThread::GetRegisterContext() { in GetRegisterContext()
114 ScriptedThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
152 bool ScriptedThread::LoadArtificialStackFrames() { in LoadArtificialStackFrames()
217 bool ScriptedThread::CalculateStopInfo() { in CalculateStopInfo()
319 void ScriptedThread::RefreshStateAfterStop() { in RefreshStateAfterStop()
324 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface()
328 std::shared_ptr<DynamicRegisterInfo> ScriptedThread::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()
348 StructuredData::ObjectSP ScriptedThread::FetchThreadExtendedInfo() { in FetchThreadExtendedInfo()