Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
H A DCMakeLists.txt58 ThreadMemory.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/
H A DBUILD.gn76 "ThreadMemory.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile95 ThreadMemory.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp253 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4466 lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
4467 lldb/source/Plugins/Process/Utility/ThreadMemory.h