summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-07-16 08:45:03 +0000
committerPavel Labath <labath@google.com>2015-07-16 08:45:03 +0000
commit5abe726911d4e2bf80bbbd93d0a2e2b8064c2fd3 (patch)
treeb2ccecfb410d8bbed16af12caab16218b12a004e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
parentd783a983033dfb41a116806c92b4f9250997e025 (diff)
downloadbcm5719-llvm-5abe726911d4e2bf80bbbd93d0a2e2b8064c2fd3.tar.gz
bcm5719-llvm-5abe726911d4e2bf80bbbd93d0a2e2b8064c2fd3.zip
Revert "[NativeProcessLinux] Integrate MainLoop"
This seems to be causing major slowdows on the android buildbot. Reverting while I investigate. llvm-svn: 242391
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
index 74e3a33c60a..29f3fdebcfb 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
@@ -42,6 +42,9 @@ public:
//------------------------------------------------------------------
GDBRemoteCommunicationServerLLGS(const lldb::PlatformSP& platform_sp, MainLoop &mainloop);
+ virtual
+ ~GDBRemoteCommunicationServerLLGS();
+
//------------------------------------------------------------------
/// Specify the program to launch and its arguments.
///
OpenPOWER on IntegriCloud