[Lldb-commits] [lldb] [lldb] Adding file and pipe support to lldb_private::MainLoopWindows. (PR #145621)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 27 10:40:20 PDT 2025
================
@@ -21,7 +24,9 @@
using namespace lldb;
using namespace lldb_private;
-static DWORD ToTimeout(std::optional<MainLoopWindows::TimePoint> point) {
+namespace {
----------------
ashgti wrote:
Done.
https://github.com/llvm/llvm-project/pull/145621
More information about the lldb-commits
mailing list