Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dclient.py17 class DebugAttach(IntFlag): class
188 res = self.vt.AttachProcess(self.client, 0, pid, DebugAttach.DEBUG_ATTACH_DEFAULT)
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.h33 Status DebugAttach(lldb::pid_t pid, const ProcessAttachInfo &attach_info);
DDebuggerThread.cpp84 Status DebuggerThread::DebugAttach(lldb::pid_t pid, in DebugAttach() function in DebuggerThread
DProcessDebugger.cpp182 Status error = debugger->DebugAttach(process_id, attach_info); in AttachProcess()