Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp530 ThreadSP thread_sp(new ThreadMachCore(*this, tid)); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn21 "ThreadMachCore.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile111 ThreadMachCore.cpp
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4331 lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
4332 lldb/source/Plugins/Process/mach-core/ThreadMachCore.h