summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/MainLoopWindows.cpp
AgeCommit message (Expand)Author
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-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
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-05[lldb] Convert MainLoopWindows.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] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2022-10-01[lldb] Fix warnings about unused variables when building without asserts. NFC.Martin Storsjö
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