commit | 0fefa67606dc4b5078c3754e182de38ba7386231 | [log] [tgz] |
---|---|---|
author | Jean-Daniel Dupas <devlists@shadowlab.org> | Thu Dec 05 19:25:45 2013 +0000 |
committer | Jean-Daniel Dupas <devlists@shadowlab.org> | Thu Dec 05 19:25:45 2013 +0000 |
tree | e98cba233118d5c959cdcfbda7bbe50064100fed | |
parent | 2bf0173b1694c42f951a4d2dd1229596c4dadd6a [diff] [blame] |
Extends StringExtractorGDBRemote to support debugger packets. CC: lldb-commits Differential Revision: http://llvm-reviews.chandlerc.com/D2337 llvm-svn: 196525
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp index d94e0a4..56414e2 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
@@ -109,6 +109,7 @@ interrupt = true; break; + default: case StringExtractorGDBRemote::eServerPacketType_unimplemented: return SendUnimplementedResponse (packet.GetStringRef().c_str()) > 0;