Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dclient.py186 def AttachProcess(self, pid): member in Client
188 res = self.vt.AttachProcess(self.client, 0, pid, DebugAttach.DEBUG_ATTACH_DEFAULT)
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.h71 Status AttachProcess(lldb::pid_t pid, const ProcessAttachInfo &attach_info,
DProcessDebugger.cpp171 Status ProcessDebugger::AttachProcess(lldb::pid_t pid, in AttachProcess() function in lldb_private::ProcessDebugger
DNativeProcessWindows.cpp71 E = AttachProcess(pid, attach_info, delegate_sp).ToError(); in NativeProcessWindows()
DProcessWindows.cpp212 Status error = AttachProcess(pid, attach_info, delegate); in DoAttachToProcessWithID()