summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows
AgeCommit message (Expand)Author
2025-10-30Revert "[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess" (#165...David Spickett
2025-10-29[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (#165281)lb90
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-14[lldb] Adjust MainLoop on Win32 to work with mingw (#163419)John Harrison
2025-09-17[lldb] Avoid build warnings when building for Windows. NFC. (#159345)Martin Storsjö
2025-09-02[lldb][windows] use OutputDebugStringA instead of c to log events (#156474)Charles Zablit
2025-08-20[lldb][windows] remove duplicate implementation of UTF8ToUTF16 (#154424)Charles Zablit
2025-07-31[windows][lldb] implement system logging on Windows (#150213)Charles Zablit
2025-07-28[lldb] [Windows] Silence format string warnings (#150886)Martin Storsjö
2025-07-24[lldb] Allow building using Mingw-w64 on Windows. (#150398)cvspvr
2025-07-08[lldb] Improving synchronization of MainLoopWindows. (#147438)John Harrison
2025-07-03[lldb][Windows] Fix compilation warningsDavid Spickett
2025-07-02[lldb] Fixing warnings / win32 builds in MainLoop. (#146632)John Harrison
2025-07-01[lldb] Correct an assertion name.John Harrison
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-10[lldb][Widows] Remove unused WriteTryLock functionDavid Spickett
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)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-04-14[lldb] Remove ProcessRunLock::TrySetRunning (#135455)Jonas Devlieghere
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-11-27[lldb] Fix premature MainLoop wakeup on windows (#117756)Pavel Labath
2024-11-19[lldb] Add timed callbacks to the MainLoop class (#112895)Pavel Labath
2024-10-17[lldb] Don't exit the main loop when in runs out of things to listen on (#112...Pavel Labath
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-05[lldb] Convert ConnectionGenericFileWindows.cpp to new Status API (NFC)Adrian Prantl
2024-09-05[lldb] Convert MainLoopWindows.cpp to new Status API (NFC)Adrian Prantl
2024-09-05[lldb] Convert ConnectionGenericFileWindows.cpp to new Status API (NFC)Adrian Prantl
2024-09-03[lldb/windows] Reset MainLoop events after handling them (#107061)Pavel Labath
2024-08-27[lldb] Update PipeWindows.cpp to new Status APIAdrian Prantl
2024-08-27[lldb] Update Host/windows to new Status APIAdrian Prantl
2024-08-27[lldb] Update ProcessLauncherWinows to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-05[lldb] Fixed PipeWindows bugs; added Pipe::WriteWithTimeout() (#101383)Dmitry Vasilyev
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-08-30[lldb][windows] _wsopen_s does not accept bits other than `_S_IREAD | _S_IWRITE`Yuxuan Shui
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-10-25[lldb] Host::ShellExpandArguments - fix error check for valid dictionarySimon Pilgrim
2022-10-01[lldb] Fix warnings about unused variables when building without asserts. NFC.Martin Storsjö
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-09-06[lldb] Enable the insertion of "pending callbacks" to MainLoops from other th...Pavel Labath
2022-08-29[lldb] Fix warnings about unused variables when building without asserts. NFC.Martin Storsjö
2022-08-19[lldb] Use WSAEventSelect for MainLoop polling on windowsPavel Labath
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton