Searched refs:ScriptedThread (Results 1 – 13 of 13) sorted by relevance
24 void ScriptedThread::CheckInterpreterAndScriptObject() const { in CheckInterpreterAndScriptObject()29 llvm::Expected<std::shared_ptr<ScriptedThread>>30 ScriptedThread::Create(ScriptedProcess &process, in Create()75 ScriptedThread::ScriptedThread(ScriptedProcess &process, in ScriptedThread() function in ScriptedThread83 ScriptedThread::~ScriptedThread() { DestroyThread(); } in ~ScriptedThread()85 const char *ScriptedThread::GetName() { in GetName()93 const char *ScriptedThread::GetQueueName() { in GetQueueName()105 RegisterContextSP ScriptedThread::GetRegisterContext() { in GetRegisterContext()150 bool ScriptedThread::LoadArtificialStackFrames() { in LoadArtificialStackFrames()217 bool ScriptedThread::CalculateStopInfo() { in CalculateStopInfo()[all …]
27 class ScriptedThread : public lldb_private::Thread {30 ScriptedThread(ScriptedProcess &process,34 ~ScriptedThread() override;36 static llvm::Expected<std::shared_ptr<ScriptedThread>>65 ScriptedThread(const ScriptedThread &) = delete;66 const ScriptedThread &operator=(const ScriptedThread &) = delete;
3 ScriptedThread.cpp
107 friend class ScriptedThread;
355 ScriptedThread::Create(*this, object_sp->GetAsGeneric()); in DoUpdateThreadList()
7 from lldb.plugins.scripted_process import ScriptedThread42 class InvalidScriptedThread(ScriptedThread):
7 from lldb.plugins.scripted_process import ScriptedThread46 class DummyScriptedThread(ScriptedThread):
7 from lldb.plugins.scripted_process import ScriptedThread98 class StackCoreScriptedThread(ScriptedThread):
20 class ScriptedThread; variable91 friend class ScriptedThread; variable
7 from lldb.plugins.scripted_process import ScriptedThread101 class CrashLogScriptedThread(ScriptedThread):
197 class ScriptedThread: class
70 friend class ScriptedThread;
4372 lldb/source/Plugins/Process/scripted/ScriptedThread.cpp4373 lldb/source/Plugins/Process/scripted/ScriptedThread.h