summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/com.apple.debugserver.internal.plist
blob: b9f57f731232e35e419a9da4047a9ced009588dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>com.apple.debugserver.internal</string>
	<key>ProgramArguments</key>
	<array>
		<string>/Developer/usr/bin/debugserver</string>
		<string>--lockdown</string>
	</array>
    <key>AllowByProxy</key>
    <true/>
</dict>
</plist>
OpenPOWER on IntegriCloud