[Lldb-commits] [lldb] r311978 - update xpc service name.
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 28 21:28:48 PDT 2017
Author: jmolenda
Date: Mon Aug 28 21:28:48 2017
New Revision: 311978
URL: http://llvm.org/viewvc/llvm-project?rev=311978&view=rev
Log:
update xpc service name.
Modified:
lldb/trunk/source/Host/macosx/Host.mm
Modified: lldb/trunk/source/Host/macosx/Host.mm
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/Host.mm?rev=311978&r1=311977&r2=311978&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/Host.mm (original)
+++ lldb/trunk/source/Host/macosx/Host.mm Mon Aug 28 21:28:48 2017
@@ -20,7 +20,7 @@
#define __XPC_PRIVATE_H__
#include <xpc/xpc.h>
-#define LaunchUsingXPCRightName "com.apple.dt.Xcode.RootDebuggingXPCService"
+#define LaunchUsingXPCRightName "com.apple.lldb.RootDebuggingXPCService"
// These XPC messaging keys are used for communication between Host.mm and the
// XPC service.
More information about the lldb-commits
mailing list