summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/MainLoop.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add #include to appease the modules buildVedant Kumar2019-12-101-0/+1
* Fix an unused variable warning in no-assert buildsPavel Labath2019-08-271-0/+1
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-211-0/+2
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-151-2/+8
* [lldb] [MainLoop] Remove redundant termination clause (NFCI)Michal Gorny2019-02-141-3/+0
* [lldb] [MainLoop] Report errno for failed kevent()Michal Gorny2019-02-141-1/+1
* [lldb] [MainLoop] Initialize empty sigset_t correctlyMichal Gorny2019-02-111-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix typos.Bruce Mitchener2018-10-041-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+6
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-4/+4
* MainLoop: avoid infinite loop when pty slave gets closedPavel Labath2017-12-111-1/+1
* Fix windows build broken in r316915Pavel Labath2017-10-301-1/+0
* MainLoop: work around an android libc bugPavel Labath2017-10-301-6/+26
* Signal polling is supported with pselect (re-land r313704 without a Windows b...Eugene Zemtsov2017-09-201-4/+0
* Rollback r313704 because of the Windows build breakEugene Zemtsov2017-09-201-0/+4
* Signal polling is supported with pselectEugene Zemtsov2017-09-201-4/+0
* Fix NetBSD/FreeBSD build after r308304Pavel Labath2017-07-181-0/+1
* [MainLoop] Fix possible use of an invalid iteratorPetr Pavlu2017-07-121-9/+18
* Rename Error -> Status.Zachary Turner2017-05-121-23/+22
* MainLoop: Add unit testsPavel Labath2017-05-041-105/+101
* Resurrect pselect MainLoop implementationPavel Labath2017-04-281-94/+208
* Resurrect the standalone build of LLDBKamil Rytarowski2017-04-281-1/+1
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-0/+268
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-268/+0
* One more attempt and WindowsChris Bieneman2017-04-191-0/+1
* Another netbsd build failure...Chris Bieneman2017-04-191-1/+0
* Buildbot wack-a-mole!Chris Bieneman2017-04-191-1/+1
* ifdefing out the signal handling code on WindowsChris Bieneman2017-04-191-6/+17
* Include time.h, and fix a Darwin warningChris Bieneman2017-04-181-8/+2
* Fix Windows bot failureChris Bieneman2017-04-181-1/+8
* Removing unused includeChris Bieneman2017-04-181-1/+0
* Writing multi-platform code is hard...Chris Bieneman2017-04-181-1/+1
* Fix broken windows build.Chris Bieneman2017-04-181-1/+0
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-0/+258
OpenPOWER on IntegriCloud