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()
77 return std::make_shared<ScriptedThread>(process, scripted_thread_interface, in Create()
81 ScriptedThread::ScriptedThread(ScriptedProcess &process, in ScriptedThread() function in ScriptedThread
89 ScriptedThread::~ScriptedThread() { DestroyThread(); } in ~ScriptedThread()
91 const char *ScriptedThread::GetName() { in GetName()
99 const char *ScriptedThread::GetQueueName() { in GetQueueName()
107 void ScriptedThread::WillResume(StateType resume_state) {} in WillResume()
109 void ScriptedThread::ClearStackFrames() { Thread::ClearStackFrames(); } in ClearStackFrames()
111 RegisterContextSP ScriptedThread::GetRegisterContext() { in GetRegisterContext()
118 ScriptedThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
156 bool ScriptedThread::LoadArtificialStackFrames() { in LoadArtificialStackFrames()
223 bool ScriptedThread::CalculateStopInfo() { in CalculateStopInfo()
330 void ScriptedThread::RefreshStateAfterStop() { in RefreshStateAfterStop()
335 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface()
339 std::shared_ptr<DynamicRegisterInfo> ScriptedThread::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()
359 StructuredData::ObjectSP ScriptedThread::FetchThreadExtendedInfo() { in FetchThreadExtendedInfo()