Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.h97 static lldb::thread_result_t DebuggerThreadAttachRoutine(void *data);
99 DebuggerThreadAttachRoutine(lldb::pid_t pid,
DDebuggerThread.cpp94 DebuggerThreadAttachRoutine, context); in DebugAttach()
111 lldb::thread_result_t DebuggerThread::DebuggerThreadAttachRoutine(void *data) { in DebuggerThreadAttachRoutine() function in DebuggerThread
113 lldb::thread_result_t result = context->m_thread->DebuggerThreadAttachRoutine( in DebuggerThreadAttachRoutine()
146 lldb::thread_result_t DebuggerThread::DebuggerThreadAttachRoutine( in DebuggerThreadAttachRoutine() function in DebuggerThread