Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h59 DWORD HandleUnloadDllEvent(const UNLOAD_DLL_DEBUG_INFO &info,
H A DDebuggerThread.cpp276 continue_status = HandleUnloadDllEvent(dbe.u.UnloadDll, dbe.dwThreadId); in DebugLoop()
522 DebuggerThread::HandleUnloadDllEvent(const UNLOAD_DLL_DEBUG_INFO &info, in HandleUnloadDllEvent() function in DebuggerThread