Home
last modified time | relevance | path

Searched refs:ThreadMemory (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp22 ThreadMemory::ThreadMemory(Process &process, tid_t tid, in ThreadMemory() function in ThreadMemory
27 ThreadMemory::ThreadMemory(Process &process, lldb::tid_t tid, in ThreadMemory() function in ThreadMemory
33 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory()
35 void ThreadMemory::WillResume(StateType resume_state) { in WillResume()
40 void ThreadMemory::ClearStackFrames() { in ClearStackFrames()
46 RegisterContextSP ThreadMemory::GetRegisterContext() { in GetRegisterContext()
54 ThreadMemory::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
71 bool ThreadMemory::CalculateStopInfo() { in CalculateStopInfo()
95 void ThreadMemory::RefreshStateAfterStop() { in RefreshStateAfterStop()
H A DThreadMemory.h17 class ThreadMemory : public lldb_private::Thread {
19 ThreadMemory(lldb_private::Process &process, lldb::tid_t tid,
22 ThreadMemory(lldb_private::Process &process, lldb::tid_t tid,
26 ~ThreadMemory() override;
104 DISALLOW_COPY_AND_ASSIGN(ThreadMemory);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp264 new ThreadMemory(*m_process, tid, name, queue, reg_data_addr)); in CreateThreadFromThreadInfo()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile419 SRCS+= Plugins/Process/Utility/ThreadMemory.cpp