[Lldb-commits] [lldb] r183037 - <rdar://problem/13752848>
Han Ming Ong
hanming at apple.com
Fri May 31 13:15:19 PDT 2013
Author: hanming
Date: Fri May 31 15:15:19 2013
New Revision: 183037
URL: http://llvm.org/viewvc/llvm-project?rev=183037&view=rev
Log:
<rdar://problem/13752848>
Add 'JoinExistingSession' to XPC for root debugging.
Modified:
lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
Modified: lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist?rev=183037&r1=183036&r2=183037&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist (original)
+++ lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist Fri May 31 15:15:19 2013
@@ -39,6 +39,8 @@
<string>root</string>
<key>ServiceType</key>
<string>Application</string>
+ <key>JoinExistingSession</key>
+ <true/>
</dict>
</dict>
</plist>
More information about the lldb-commits
mailing list