Searched refs:NativeThreadWindows (Results 1 – 13 of 13) sorted by relevance
25 NativeThreadWindows::NativeThreadWindows(NativeProcessWindows &process, in NativeThreadWindows() function in NativeThreadWindows34 Status NativeThreadWindows::DoStop() { in DoStop()46 Status NativeThreadWindows::DoResume(lldb::StateType resume_state) { in DoResume()98 std::string NativeThreadWindows::GetName() { in GetName()113 void NativeThreadWindows::SetStopReason(ThreadStopInfo stop_info, in SetStopReason()120 bool NativeThreadWindows::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()151 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()168 Status NativeThreadWindows::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()179 Status NativeThreadWindows::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()184 Status NativeThreadWindows::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
99 auto thread = static_cast<NativeThreadWindows *>(m_threads[i].get()); in Resume()155 NativeThreadWindows *157 return static_cast<NativeThreadWindows *>( in GetThreadByID()249 void NativeProcessWindows::SetStopReasonForThread(NativeThreadWindows &thread, in SetStopReasonForThread()270 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread()275 auto t = static_cast<NativeThreadWindows *>(m_threads[i].get()); in StopThread()440 m_threads.push_back(std::make_unique<NativeThreadWindows>( in OnDebuggerConnected()463 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException()497 if (NativeThreadWindows *stop_thread = in OnDebugException()519 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException()[all …]
22 class NativeThreadWindows : public NativeThreadProtocol {24 NativeThreadWindows(NativeProcessWindows &process, const HostThread &thread);26 ~NativeThreadWindows() {} in ~NativeThreadWindows()
22 class NativeThreadWindows; variable109 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id);121 void SetStopReasonForThread(NativeThreadWindows &thread,
26 auto wthread = static_cast<NativeThreadWindows *>(&m_thread); in GetThreadHandle()
18 class NativeThreadWindows; variable
12 NativeThreadWindows.cpp
20 class NativeThreadWindows; variable
19 class NativeThreadWindows; variable
4482 lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp4483 lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h