previous release. Most of the diffs are duplication in the xcode project file caused by adding a "debugserver-mini" target. Jim Ingham added support for a new SPI needed to request app launches on iOS. Greg Clayton added code to indicate the platform of the binary (macosx, ios, watchos, tvos) based on Mach-O load commands. Jason Molenda added code so debugserver will identify when it is running on a tvos/watchos device to lldb. llvm-svn: 251091
16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
<?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>
|