Home
last modified time | relevance | path

Searched refs:GetSystemHandle (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp160 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()
DProcessDebugger.cpp95 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DetachProcess()
237 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DestroyProcess()
253 .GetSystemHandle()); in HaltProcess()
282 if (!::ReadProcessMemory(process.GetNativeProcess().GetSystemHandle(), addr, in ReadMemory()
315 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in WriteMemory()
343 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in AllocateMemory()
370 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in DeallocateMemory()
394 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in GetMemoryRegionInfo()
DTargetThreadWindows.cpp44 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in RefreshStateAfterStop()
145 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume()
DNativeThreadWindows.cpp36 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in DoStop()
62 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume()
DNativeRegisterContextWindows.cpp27 return wthread->GetHostThread().GetNativeThread().GetSystemHandle(); in GetThreadHandle()
DDebuggerThread.cpp188 lldb::process_t handle = m_process.GetNativeProcess().GetSystemHandle(); in StopDebugging()
223 GetProcess().GetNativeProcess().GetSystemHandle())) { in StopDebugging()
/external/llvm-project/lldb/include/lldb/Host/
DHostNativeProcessBase.h38 lldb::process_t GetSystemHandle() const { return m_process; } in GetSystemHandle() function
DHostNativeThreadBase.h41 lldb::thread_t GetSystemHandle() const;
/external/llvm-project/lldb/source/Host/common/
DHostNativeThreadBase.cpp26 lldb::thread_t HostNativeThreadBase::GetSystemHandle() const { in GetSystemHandle() function in HostNativeThreadBase