Home
last modified time | relevance | path

Searched refs:GetNativeProcess (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp95 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()
H A DDebuggerThread.cpp154 lldb::process_t handle = m_process.GetNativeProcess().GetSystemHandle(); in StopDebugging()
189 GetProcess().GetNativeProcess().GetSystemHandle())) { in StopDebugging()
415 ((HostProcessWindows &)m_process.GetNativeProcess()).SetOwnsHandle(false);
/llvm-project/lldb/include/lldb/Host/
H A DHostProcess.h47 HostNativeProcessBase &GetNativeProcess();
48 const HostNativeProcessBase &GetNativeProcess() const;
/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp36 HostNativeProcessBase &HostProcess::GetNativeProcess() { in GetNativeProcess() function in HostProcess
40 const HostNativeProcessBase &HostProcess::GetNativeProcess() const { in GetNativeProcess() function in HostProcess