================
@@ -249,6 +251,31 @@ void
DebuggerThread::ContinueAsyncException(ExceptionResult result) {
m_exception_pred.SetValue(result, eBroadcastAlways);
}
+void DebuggerThread::ContinueAsyncDllEvent() {
+ Log *log = GetLog(WindowsLog::Process | WindowsLog::Event);
+ LLDB_LOG(log, "releasing parked DLL event for inferior process {0}.",
+ m_process.GetProcessId());
----------------
Nerixyz wrote:
This log will always show - even if no thread waits for the event.
https://github.com/llvm/llvm-project/pull/203334
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits