summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/PipeWindows.cpp
AgeCommit message (Expand)Author
2025-07-24[lldb] Allow building using Mingw-w64 on Windows. (#150398)cvspvr
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath
2025-01-23[lldb/windows] Make "anonymous" pipe names more unique (#123905)Pavel Labath
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Update PipeWindows.cpp to new Status APIAdrian Prantl
2024-08-05[lldb] Fixed PipeWindows bugs; added Pipe::WriteWithTimeout() (#101383)Dmitry Vasilyev
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2020-01-29[lldb] More windows StringRef fixesPavel Labath
2020-01-29[lldb] Fix windows build for the StringRef conversion operator changePavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-22Unicode support on Win32.Zachary Turner
2015-07-21Revert "Add Pipe::WriteWithTimeout method"Pavel Labath
2015-07-21Add Pipe::WriteWithTimeout methodPavel Labath
2015-04-29Expose Close{Read/Write}FileDescriptor for pipes.Chaoren Lin
2015-02-11Make PipeWindows::CreateWithUniqueName() use GUIDs on Windows.Zachary Turner
2015-02-05Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov
2015-01-14Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov
2015-01-13Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov
2014-12-17Enhance the Pipe interface for better portability.Zachary Turner
2014-10-08Fix deadlock in Python one-line execution.Zachary Turner