Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp36 TargetThreadWindows::TargetThreadWindows(ProcessWindows &process, in TargetThreadWindows() function in TargetThreadWindows
41 TargetThreadWindows::~TargetThreadWindows() { DestroyThread(); } in ~TargetThreadWindows()
43 void TargetThreadWindows::RefreshStateAfterStop() { in RefreshStateAfterStop()
49 void TargetThreadWindows::WillResume(lldb::StateType resume_state) {} in WillResume()
51 void TargetThreadWindows::DidStop() {} in DidStop()
53 RegisterContextSP TargetThreadWindows::GetRegisterContext() { in GetRegisterContext()
61 TargetThreadWindows::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
122 bool TargetThreadWindows::CalculateStopInfo() { in CalculateStopInfo()
127 Status TargetThreadWindows::DoResume() { in DoResume()
H A DTargetThreadWindows.h24 class TargetThreadWindows : public lldb_private::Thread {
26 TargetThreadWindows(ProcessWindows &process, const HostThread &thread);
27 virtual ~TargetThreadWindows();
H A DRegisterContextWindows.cpp156 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in CacheAllRegisterValues()
184 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in ApplyAllRegisterValues()
H A DCMakeLists.txt17 TargetThreadWindows.cpp
H A DProcessWindows.cpp221 auto thread = std::static_pointer_cast<TargetThreadWindows>( in DoResume()
687 std::make_shared<TargetThreadWindows>(*this, host_main_thread); in OnDebuggerConnected()
765 ThreadSP thread = std::make_shared<TargetThreadWindows>(*this, new_thread); in OnCreateThread()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/
H A DBUILD.gn42 "TargetThreadWindows.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4488 lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
4489 lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h