Searched refs:TargetThreadWindows (Results 1 – 7 of 7) sorted by relevance
36 TargetThreadWindows::TargetThreadWindows(ProcessWindows &process, in TargetThreadWindows() function in TargetThreadWindows41 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()
24 class TargetThreadWindows : public lldb_private::Thread {26 TargetThreadWindows(ProcessWindows &process, const HostThread &thread);27 virtual ~TargetThreadWindows();
156 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in CacheAllRegisterValues()184 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in ApplyAllRegisterValues()
17 TargetThreadWindows.cpp
221 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()
42 "TargetThreadWindows.cpp",
4488 lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp4489 lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h