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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits