summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Host/MainLoopTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-5/+2
* [lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSDMichał Górny2019-11-181-4/+0
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-9/+3
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-151-0/+24
* [lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSDMichal Gorny2019-02-081-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* MainLoop: avoid infinite loop when pty slave gets closedPavel Labath2017-12-111-0/+20
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* MainLoop: Add unit testsPavel Labath2017-05-041-0/+120
OpenPOWER on IntegriCloud