aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBSocket.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-340/+305
2015-07-22Fix warnings.Bruce Mitchener1-1/+1
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton1-2/+2
2013-12-06Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton1-1/+1
2013-12-04Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton1-14/+21
2013-07-18Use the correct call to close down the lockdown connection.Jim Ingham1-4/+2
2013-06-06Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton1-33/+102
2013-03-23Change debugserver to open the socket it listensJason Molenda1-2/+9
2013-01-18<rdar://problem/12243932> Jason Molenda1-5/+15
2012-10-13Provide an SSL context ref in case SLL is needed for communication.Greg Clayton1-1/+3
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-2/+2
2012-05-16Change lockdown API use in RNBSocket::ConnectToService.Jason Molenda1-3/+3
2012-02-22Change #ifdef markers around lockdown and SpringBoardJason Molenda1-4/+18
2011-10-28Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton1-2/+2
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-43/+55
2011-04-01Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton1-0/+51
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+251