Searched refs:GetNativeProcess (Results 1 – 4 of 4) sorted by relevance
95 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DetachProcess() 237 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DestroyProcess() 252 .GetNativeProcess() in HaltProcess() 280 .GetNativeProcess() 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()
154 lldb::process_t handle = m_process.GetNativeProcess().GetSystemHandle(); in StopDebugging() 189 GetProcess().GetNativeProcess().GetSystemHandle())) { in StopDebugging() 415 ((HostProcessWindows &)m_process.GetNativeProcess()).SetOwnsHandle(false);
47 HostNativeProcessBase &GetNativeProcess();48 const HostNativeProcessBase &GetNativeProcess() const;
36 HostNativeProcessBase &HostProcess::GetNativeProcess() { in GetNativeProcess() function in HostProcess40 const HostNativeProcessBase &HostProcess::GetNativeProcess() const { in GetNativeProcess() function in HostProcess