[all-commits] [llvm/llvm-project] ddb986: [lldb] Fixed PipeWindows bugs; added Pipe::WriteWi...
Dmitry Vasilyev via All-commits
all-commits at lists.llvm.org
Mon Aug 5 11:11:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddb9869dd2b5c54fc2369287299e11b9a618d71a
https://github.com/llvm/llvm-project/commit/ddb9869dd2b5c54fc2369287299e11b9a618d71a
Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M lldb/include/lldb/Host/PipeBase.h
M lldb/include/lldb/Host/posix/PipePosix.h
M lldb/include/lldb/Host/windows/PipeWindows.h
M lldb/source/Host/common/PipeBase.cpp
M lldb/source/Host/posix/PipePosix.cpp
M lldb/source/Host/windows/PipeWindows.cpp
M lldb/unittests/Host/PipeTest.cpp
Log Message:
-----------
[lldb] Fixed PipeWindows bugs; added Pipe::WriteWithTimeout() (#101383)
Added also the test for async read/write.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list