Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h58 DWORD HandleLoadDllEvent(const LOAD_DLL_DEBUG_INFO &info, DWORD thread_id);
H A DDebuggerThread.cpp274 continue_status = HandleLoadDllEvent(dbe.u.LoadDll, dbe.dwThreadId); in DebugLoop()
472 DebuggerThread::HandleLoadDllEvent(const LOAD_DLL_DEBUG_INFO &info, in HandleLoadDllEvent() function in DebuggerThread