[Lldb-commits] [PATCH] D11150: [NativeProcessLinux] Integrate MainLoop
Oleksiy Vyalov
ovyalov at google.com
Tue Jul 14 16:40:45 PDT 2015
ovyalov accepted this revision.
ovyalov added a comment.
LGTM
================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:98-99
@@ -97,18 +97,4 @@
}
-//----------------------------------------------------------------------
-// Destructor
-//----------------------------------------------------------------------
-GDBRemoteCommunicationServerLLGS::~GDBRemoteCommunicationServerLLGS()
-{
- Mutex::Locker locker (m_debugged_process_mutex);
-
- if (m_debugged_process_sp)
- {
- m_debugged_process_sp->Terminate ();
- m_debugged_process_sp.reset ();
- }
-}
-
void
GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers()
----------------
Thanks)
http://reviews.llvm.org/D11150
More information about the lldb-commits
mailing list