Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp1 //===-- ScriptedThread.cpp ------------------------------------------------===//
9 #include "ScriptedThread.h"
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 ScriptedThread() function in ScriptedThread
81 ScriptedThread::ScriptedThread(ScriptedProcess &process, in ScriptedThread()
89 ScriptedThread::~ScriptedThread() { DestroyThrea in GetName()
[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 DScriptedProcess.h120 friend class ScriptedThread;
H A DScriptedProcess.cpp375 ScriptedThread::Create(*this, object_sp->GetAsGeneric()); in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h20 class ScriptedThread; variable
99 friend class ScriptedThread; variable
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_extensions.rst14 :skip: ScriptedThread
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/lib/clang/liblldb/
H A DMakefile555 SRCS+= Plugins/Process/scripted/ScriptedThread.cpp