summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix misc -Wcast-qual warnings, NFCVedant Kumar2017-12-061-2/+3
* Fix debugserver accepting remote connectionsChris Bieneman2017-07-131-3/+18
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-128/+118
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-117/+128
* Update DebugServer to support IPv6 over TCPChris Bieneman2017-04-181-128/+117
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-340/+305
* Fix warnings.Bruce Mitchener2015-07-221-1/+1
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-2/+2
* Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton2013-12-061-1/+1
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-14/+21
* Use the correct call to close down the lockdown connection.Jim Ingham2013-07-181-4/+2
* Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton2013-06-061-33/+102
* Change debugserver to open the socket it listensJason Molenda2013-03-231-2/+9
* <rdar://problem/12243932> Jason Molenda2013-01-181-5/+15
* Provide an SSL context ref in case SLL is needed for communication.Greg Clayton2012-10-131-1/+3
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* Change lockdown API use in RNBSocket::ConnectToService.Jason Molenda2012-05-161-3/+3
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-4/+18
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-2/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-43/+55
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-0/+51
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+251
OpenPOWER on IntegriCloud