Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix logging in GDBRemoteCommunicationServerPlatform. | Oleksiy Vyalov | 2015-02-25 | 1 | -3/+3 |
| | | | | llvm-svn: 230418 | ||||
* | Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform. | Oleksiy Vyalov | 2015-02-24 | 1 | -2/+2 |
| | | | | llvm-svn: 230390 | ||||
* | Separate monolithic GDBRemoteCommunicationServer class into 4 part | Tamas Berghammer | 2015-02-11 | 1 | -0/+380 |
GDBRemoteCommunicationServer: Basic packet handling, handler registration LLDBCommonPacketHandler: Common packet handling for lldb-platform and lldb-gdbserver LLDBPlatformPacketHandler: lldb-platform specific packet handling LLGSPacketHandler: lldb-gdbserver specific packet handling Differential Revision: http://reviews.llvm.org/D7538 llvm-svn: 228823 |