Home
last modified time | relevance | path

Searched refs:AttachProcess (Results 1 – 5 of 5) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py200 def AttachProcess(self, pid): member in Client
202 res = self.vt.AttachProcess(
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h71 Status AttachProcess(lldb::pid_t pid, const ProcessAttachInfo &attach_info,
H A DProcessDebugger.cpp171 Status ProcessDebugger::AttachProcess(lldb::pid_t pid, in AttachProcess() function in lldb_private::ProcessDebugger
H A DNativeProcessWindows.cpp71 E = AttachProcess(pid, attach_info, delegate_sp).ToError(); in NativeProcessWindows()
H A DProcessWindows.cpp233 Status error = AttachProcess(pid, attach_info, delegate); in DoResume()