Searched refs:DebugAttach (Results 1 – 4 of 4) sorted by relevance
17 class DebugAttach(IntFlag): class188 res = self.vt.AttachProcess(self.client, 0, pid, DebugAttach.DEBUG_ATTACH_DEFAULT)
33 Status DebugAttach(lldb::pid_t pid, const ProcessAttachInfo &attach_info);
84 Status DebuggerThread::DebugAttach(lldb::pid_t pid, in DebugAttach() function in DebuggerThread
182 Status error = debugger->DebugAttach(process_id, attach_info); in AttachProcess()