Home
last modified time | relevance | path

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

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