Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp36 ThreadMachCore::ThreadMachCore(Process &process, lldb::tid_t tid) in ThreadMachCore() function in ThreadMachCore
40 ThreadMachCore::~ThreadMachCore() { DestroyThread(); } in ~ThreadMachCore()
42 const char *ThreadMachCore::GetName() { in GetName()
48 void ThreadMachCore::RefreshStateAfterStop() { in RefreshStateAfterStop()
61 bool ThreadMachCore::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid()
63 lldb::RegisterContextSP ThreadMachCore::GetRegisterContext() { in GetRegisterContext()
70 ThreadMachCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
107 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);
22 ~ThreadMachCore() override;
H A DCMakeLists.txt3 ThreadMachCore.cpp
H A DProcessMachCore.h74 friend class ThreadMachCore;
H A DProcessMachCore.cpp589 ThreadSP thread_sp(new ThreadMachCore(*this, tid)); in DoUpdateThreadList()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn21 "ThreadMachCore.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4334 lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
4335 lldb/source/Plugins/Process/mach-core/ThreadMachCore.h