Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostProcess.h47 HostNativeProcessBase &GetNativeProcess();
48 const HostNativeProcessBase &GetNativeProcess() const;
/openbsd-src/gnu/llvm/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()
282 if (!::ReadProcessMemory(process.GetNativeProcess().GetSystemHandle(), addr, in ReadMemory()
311 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in WriteMemory()
339 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in AllocateMemory()
366 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in DeallocateMemory()
390 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()
383 ((HostProcessWindows &)m_process.GetNativeProcess()).SetOwnsHandle(false); in HandleCreateProcessEvent()
/openbsd-src/gnu/llvm/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