summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBSocket.h
AgeCommit message (Expand)Author
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-05-15Mark private unimplemented functions as deletedJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-12-06Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton
2013-06-06Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton
2013-03-23Change debugserver to open the socket it listensJason Molenda
2013-01-18<rdar://problem/12243932> Jason Molenda
2012-02-22Change #ifdef markers around lockdown and SpringBoardJason Molenda
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-01Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner