update xpc service name.

llvm-svn: 311978
This commit is contained in:
Jason Molenda 2017-08-29 04:28:48 +00:00
parent 0bf0d66682
commit af6e7e2b0c
1 changed files with 1 additions and 1 deletions

View File

@ -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.