From 859e4b5da12ec670e5237663fbe77e9dc37f4aab Mon Sep 17 00:00:00 2001 From: Oleksiy Vyalov Date: Wed, 10 Dec 2014 01:27:28 +0000 Subject: Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior. llvm-svn: 223901 --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h index bd7da22..07ce98e 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h @@ -460,6 +460,9 @@ protected: Handle_vAttach (StringExtractorGDBRemote &packet); PacketResult + Handle_D (StringExtractorGDBRemote &packet); + + PacketResult Handle_qThreadStopInfo (StringExtractorGDBRemote &packet); void -- cgit v1.1