Searched refs:GetSystemHandle (Results 1 – 9 of 9) sorted by relevance
160 wthread.GetHostThread().GetNativeThread().GetSystemHandle()) == in CacheAllRegisterValues()165 wthread.GetHostThread().GetNativeThread().GetSystemHandle(), in CacheAllRegisterValues()174 wthread.GetHostThread().GetNativeThread().GetSystemHandle()) == in CacheAllRegisterValues()186 wthread.GetHostThread().GetNativeThread().GetSystemHandle(), &m_context); in ApplyAllRegisterValues()
95 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DetachProcess() 237 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DestroyProcess() 253 .GetSystemHandle()); in HaltProcess() 281 .GetSystemHandle(); in ReadMemory() 324 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in AllocateMemory() 352 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in DeallocateMemory() 379 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in GetMemoryRegionInfo() 403 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in GetMemoryRegionInfo()
43 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in RefreshStateAfterStop() 161 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume() 193 m_host_thread.GetNativeThread().GetSystemHandle(), &pszThreadName))) { in GetName()
37 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in DoStop() 80 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume()
27 return wthread->GetHostThread().GetNativeThread().GetSystemHandle(); in GetThreadHandle()
154 lldb::process_t handle = m_process.GetNativeProcess().GetSystemHandle(); in StopDebugging() 189 GetProcess().GetNativeProcess().GetSystemHandle())) { in StopDebugging()
37 lldb::process_t GetSystemHandle() const { return m_process; } in GetSystemHandle() function
41 lldb::thread_t GetSystemHandle() const;
24 lldb::thread_t HostNativeThreadBase::GetSystemHandle() const { in GetSystemHandle() function in HostNativeThreadBase