Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp48 struct DebugAttachContext { struct
49 DebugAttachContext(DebuggerThread *thread, lldb::pid_t pid, in DebugAttachContext() function
90 DebugAttachContext *context = new DebugAttachContext(this, pid, attach_info); in DebugAttach()
112 DebugAttachContext *context = static_cast<DebugAttachContext *>(data); in DebuggerThreadAttachRoutine()