These changes were written by Greg Clayton, Jim Ingham, Jason Molenda. It builds cleanly against TOT llvm with xcodebuild. I updated the cmake files by visual inspection but did not try a build. I haven't built these sources on any non-Mac platforms - I don't think this patch adds any code that requires darwin, but please let me know if I missed something. In debugserver, MachProcess.cpp and MachTask.cpp were renamed to MachProcess.mm and MachTask.mm as they picked up some new Objective-C code needed to launch processes when running on iOS. llvm-svn: 205113
19 lines
489 B
Plaintext
19 lines
489 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>com.apple.springboard.debugapplications</key>
|
|
<true/>
|
|
<key>com.apple.backboardd.launchapplications</key>
|
|
<true/>
|
|
<key>com.apple.backboardd.debugapplications</key>
|
|
<true/>
|
|
<key>run-unsigned-code</key>
|
|
<true/>
|
|
<key>seatbelt-profiles</key>
|
|
<array>
|
|
<string>debugserver</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|