Searched refs:ThreadMemory (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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;
|
| H A D | CMakeLists.txt | 58 ThreadMemory.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/ |
| H A D | BUILD.gn | 76 "ThreadMemory.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/ |
| H A D | Makefile | 95 ThreadMemory.cpp
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 253 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue, in CreateThreadFromThreadInfo()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4466 lldb/source/Plugins/Process/Utility/ThreadMemory.cpp 4467 lldb/source/Plugins/Process/Utility/ThreadMemory.h
|