From 91a9b247d473cebc23cee55309aecc56a0c29f64 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 4 Dec 2013 19:19:12 +0000 Subject: Switch local launching of debugserver over to always use a FIFO in order to handshake with the launched debugserver. This helps ensure that the launched debugserver is ready and listening for a connection. Prior to this we had a race condition. Consolidate the launching of debugserver into a single place: a static function in GDBRemoteCommunication. llvm-svn: 196401 --- lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h') diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h b/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h index f53b190522f..98a146d5a06 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h @@ -142,15 +142,6 @@ public: { return m_packet_timeout * lldb_private::TimeValue::MicroSecPerSec; } - //------------------------------------------------------------------ - // Start a debugserver instance on the current host using the - // supplied connection URL. - //------------------------------------------------------------------ - lldb_private::Error - StartDebugserverProcess (const char *connect_url, - const char *unix_socket_name, - lldb_private::ProcessLaunchInfo &launch_info); - //------------------------------------------------------------------ // Public Request Packets -- cgit v1.2.3