summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-6/+6
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-6/+8
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-1/+1
* [ConnectionFileDescriptor] Add shutdown check in ::Write.Jonas Devlieghere2019-08-271-3/+12
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-66/+62
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-7/+1
* Fix IPv6 support on lldb-server platformAntonio Afonso2019-05-281-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Revert "Fix IPv6 support on lldb-server platform"Alex Langford2019-05-181-1/+1
* Fix IPv6 support on lldb-server platformAlex Langford2019-05-171-1/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-6/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-8/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-43/+36
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-031-14/+7
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move Connection and IOObject interfaces to Utility modulePavel Labath2017-06-271-2/+1
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-4/+3
* Rename Error -> Status.Zachary Turner2017-05-121-27/+27
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-2/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-2/+2
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-2/+2
* Change how UDP sockets are set up -- use the same one socket forJason Molenda2017-04-061-6/+4
* Delete some more dead includes.Zachary Turner2017-03-221-2/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Add a format_provider for the Timeout classPavel Labath2017-02-101-4/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-8/+9
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-43/+44
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-682/+634
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-80/+19
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-5/+1
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-30/+27
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-031-30/+19
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-031-19/+30
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-031-23/+48
* Add support for abstract domain sockets.Oleksiy Vyalov2015-10-221-0/+22
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-16/+5
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-4/+8
* Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2015-08-201-4/+14
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-0/+3
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-0/+8
* ConnectionFileDescriptor::BytesAvailable reading too many command bytesVince Harron2015-04-201-4/+7
* Fix bug where an additional O packet is sent after inferior exits.Chaoren Lin2015-04-071-2/+6
OpenPOWER on IntegriCloud