From 0ddb72263f8354a8ebb5d41b931812f8c6af68cc Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Tue, 31 Mar 2015 22:37:59 +0000 Subject: Implement Handle_QEnvironmentHexEncoded. Reviewers: clayborg, ovyalov, chaoren Reviewed By: chaoren Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D8689 llvm-svn: 233768 --- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h index c11a927ead4..cb79d106af1 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h @@ -149,7 +149,10 @@ protected: Handle_qLaunchSuccess (StringExtractorGDBRemote &packet); PacketResult - Handle_QEnvironment (StringExtractorGDBRemote &packet); + Handle_QEnvironment (StringExtractorGDBRemote &packet); + + PacketResult + Handle_QEnvironmentHexEncoded (StringExtractorGDBRemote &packet); PacketResult Handle_QLaunchArch (StringExtractorGDBRemote &packet); -- cgit v1.2.3