diff options
| author | Han Ming Ong <hanming@apple.com> | 2013-05-31 20:15:19 +0000 |
|---|---|---|
| committer | Han Ming Ong <hanming@apple.com> | 2013-05-31 20:15:19 +0000 |
| commit | 79371ceedf834283d093f2cc030e5f1195bddccc (patch) | |
| tree | 7437640193c6437926f1b4ea8280d6f08f5c6a22 /lldb/source | |
| parent | 9f57805e4859e9e890684d1ecf612c79ecf285de (diff) | |
| download | bcm5719-llvm-79371ceedf834283d093f2cc030e5f1195bddccc.tar.gz bcm5719-llvm-79371ceedf834283d093f2cc030e5f1195bddccc.zip | |
<rdar://problem/13752848>
Add 'JoinExistingSession' to XPC for root debugging.
llvm-svn: 183037
Diffstat (limited to 'lldb/source')
| -rw-r--r-- | lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist index db01bb87ebb..b4f50009bb8 100644 --- a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist +++ b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist @@ -39,6 +39,8 @@ <string>root</string> <key>ServiceType</key> <string>Application</string> + <key>JoinExistingSession</key> + <true/> </dict> </dict> </plist> |

