summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ConnectionMachPort.cpp
AgeCommit message (Expand)Author
2016-11-29Remove ConnectionMachPortPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-06-03I make no claims that Mach ports work, but at least we should check the right...Enrico Granata
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-01-17Added Connection::GetURI()Vince Harron
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton