diff options
author | Pavel Labath <labath@google.com> | 2015-07-16 08:45:03 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-07-16 08:45:03 +0000 |
commit | 5abe726911d4e2bf80bbbd93d0a2e2b8064c2fd3 (patch) | |
tree | b2ccecfb410d8bbed16af12caab16218b12a004e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | |
parent | d783a983033dfb41a116806c92b4f9250997e025 (diff) | |
download | bcm5719-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.h | 3 |
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. /// |