Home
last modified time | relevance | path

Searched refs:ThreadMachCore (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp36 ThreadMachCore::ThreadMachCore(Process &process, lldb::tid_t tid, in ThreadMachCore() function in ThreadMachCore
42 ThreadMachCore::~ThreadMachCore() { DestroyThread(); } in ~ThreadMachCore()
44 const char *ThreadMachCore::GetName() { in GetName()
50 void ThreadMachCore::RefreshStateAfterStop() { in RefreshStateAfterStop()
63 bool ThreadMachCore::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid()
65 lldb::RegisterContextSP ThreadMachCore::GetRegisterContext() { in GetRegisterContext()
72 ThreadMachCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
109 bool ThreadMachCore::CalculateStopInfo() { in CalculateStopInfo()
H A DThreadMachCore.h18 class ThreadMachCore : public lldb_private::Thread {
20 ThreadMachCore(lldb_private::Process &process, lldb::tid_t tid,
23 ~ThreadMachCore() override;
H A DCMakeLists.txt3 ThreadMachCore.cpp
H A DProcessMachCore.h74 friend class ThreadMachCore;
H A DProcessMachCore.cpp35 #include "ThreadMachCore.h"
628 std::make_shared<ThreadMachCore>(*this, tids[i], i); in DoUpdateThreadList()
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn21 "ThreadMachCore.cpp",