Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp23 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 DThreadMemory.h16 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 DOperatingSystemPython.cpp262 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
/freebsd/lib/clang/liblldb/
H A DMakefile523 SRCS+= Plugins/Process/Utility/ThreadMemory.cpp