Searched refs:ThreadMemory (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ThreadMemory.cpp | 23 ThreadMemory::ThreadMemory(Process &process, tid_t tid, in ThreadMemory() function in ThreadMemory 29 ThreadMemory::ThreadMemory(Process &process, lldb::tid_t tid, in ThreadMemory() function in ThreadMemory 36 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory() 38 void ThreadMemory::WillResume(StateType resume_state) { in WillResume() 43 void ThreadMemory::ClearStackFrames() { in ClearStackFrames() 49 RegisterContextSP ThreadMemory::GetRegisterContext() { in GetRegisterContext() 57 ThreadMemory::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() 68 bool ThreadMemory::CalculateStopInfo() { in CalculateStopInfo() 92 void ThreadMemory::RefreshStateAfterStop() { in RefreshStateAfterStop()
|
H A D | ThreadMemory.h | 16 class ThreadMemory : public lldb_private::Thread { 18 ThreadMemory(lldb_private::Process &process, lldb::tid_t tid, 21 ThreadMemory(lldb_private::Process &process, lldb::tid_t tid, 25 ~ThreadMemory() override; 103 ThreadMemory(const ThreadMemory &) = delete; 104 const ThreadMemory &operator=(const ThreadMemory &) = delete;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 262 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 523 SRCS+= Plugins/Process/Utility/ThreadMemory.cpp
|