Home
last modified time | relevance | path

Searched refs:ScriptedThread (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp26 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()
[all …]
H A DScriptedThread.h27 class ScriptedThread : public lldb_private::Thread {
30 ScriptedThread(ScriptedProcess &process,
34 ~ScriptedThread() override;
36 static llvm::Expected<std::shared_ptr<ScriptedThread>>
67 ScriptedThread(const ScriptedThread &) = delete;
68 const ScriptedThread &operator=(const ScriptedThread &) = delete;
H A DCMakeLists.txt3 ScriptedThread.cpp
H A DScriptedProcess.h92 friend class ScriptedThread;
H A DScriptedProcess.cpp355 ScriptedThread::Create(*this, object_sp->GetAsGeneric()); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h20 class ScriptedThread; variable
91 friend class ScriptedThread; variable
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py7 from lldb.plugins.scripted_process import ScriptedThread
130 class CrashLogScriptedThread(ScriptedThread):
H A Dscripted_process.py207 class ScriptedThread(metaclass=ABCMeta): class
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h73 friend class ScriptedThread;
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile125 ScriptedThread.cpp
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4369 lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
4370 lldb/source/Plugins/Process/scripted/ScriptedThread.h