summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/MainLoopPosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-182/+0
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-0/+182
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-182/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* Fix RHEL 6 build with missing cerrno and some other Include What You Use warn...Eugene Zelenko2016-11-011-3/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-150/+136
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* [MainLoop] Fix assertion failurePavel Labath2015-07-171-2/+2
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-0/+193
OpenPOWER on IntegriCloud