summaryrefslogtreecommitdiff
path: root/lldb/unittests/Host/MainLoopTest.cpp
AgeCommit message (Expand)Author
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-07[lldb] Make MainLoopTest::CallbackWithTimeout slightly more resilient (#162197)Jonas Devlieghere
2025-08-08[lldb][test] Disable some pipe tests on WindowsDavid Spickett
2025-07-08[lldb] Fix warningsKazu Hirata
2025-07-08[lldb] Improving synchronization of MainLoopWindows. (#147438)John Harrison
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-11-27[lldb] Add timeout argument to Socket::Accept (#117691)Pavel Labath
2024-11-19[lldb] Add timed callbacks to the MainLoop class (#112895)Pavel Labath
2024-11-18[lldb] Unify/improve MainLoop signal handling (#115197)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-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov
2024-09-03[lldb/windows] Reset MainLoop events after handling them (#107061)Pavel Labath
2023-06-16[lldb] Fix MainLoopTest for changes in D152712Pavel Labath
2022-10-17[lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacksMichał Górny
2022-09-06[lldb] Go back to process-directed signals in MainLoopTest.cppPavel Labath
2022-09-06[lldb] Enable the insertion of "pending callbacks" to MainLoops from other th...Pavel Labath
2022-09-02[test] Remove problematic thread from MainLoopTest to fix flakinessJordan Rupprecht
2022-06-21[lldb] [MainLoop] Support "pending callbacks", to be called onceMichał Górny
2021-04-22[lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTestRaphael Isemann
2021-04-21[lldb] [MainLoop] Support multiple callbacks per signalMichał Górny
2020-10-16[lldb] Modernize PseudoTerminal::OpenSecondaryPavel Labath
2020-10-14[lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimaryPavel Labath
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann
2019-11-18[lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSDMichał Górny
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-02-15[lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny
2019-02-08[lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSDMichal Gorny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-12-11MainLoop: avoid infinite loop when pty slave gets closedPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-05-04MainLoop: Add unit testsPavel Labath