forked from OSchip/llvm-project
				
			|  dab1d5f3cd Summary: This patch adds support for sending strings along with error codes in the reply packets. The implementation is based on the feedback recieved in the lldb-dev mailing list. The patch also adds an extra packet for the client to query if the server has the capability to provide strings along with error replys. Reviewers: labath, jingham, sas, lldb-commits, clayborg Reviewed By: labath, clayborg Differential Revision: https://reviews.llvm.org/D34945 llvm-svn: 307768 | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| GDBRemoteClientBase.cpp | ||
| GDBRemoteClientBase.h | ||
| GDBRemoteCommunication.cpp | ||
| GDBRemoteCommunication.h | ||
| GDBRemoteCommunicationClient.cpp | ||
| GDBRemoteCommunicationClient.h | ||
| GDBRemoteCommunicationServer.cpp | ||
| GDBRemoteCommunicationServer.h | ||
| GDBRemoteCommunicationServerCommon.cpp | ||
| GDBRemoteCommunicationServerCommon.h | ||
| GDBRemoteCommunicationServerLLGS.cpp | ||
| GDBRemoteCommunicationServerLLGS.h | ||
| GDBRemoteCommunicationServerPlatform.cpp | ||
| GDBRemoteCommunicationServerPlatform.h | ||
| GDBRemoteRegisterContext.cpp | ||
| GDBRemoteRegisterContext.h | ||
| ProcessGDBRemote.cpp | ||
| ProcessGDBRemote.h | ||
| ProcessGDBRemoteLog.cpp | ||
| ProcessGDBRemoteLog.h | ||
| ThreadGDBRemote.cpp | ||
| ThreadGDBRemote.h | ||