Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upstreaming the apple internal changes that accumulated during the | Jason Molenda | 2015-10-23 | 1 | -0/+2 |
| | | | | | | | | | | | | 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 | ||||
* | Correct the label for the com.apple.debugserver.posix plist. | Jason Molenda | 2012-11-29 | 1 | -1/+1 |
| | | | | | | <rdar://problem/12769073> llvm-svn: 168834 | ||||
* | Added a posix_spawn based launchd plist for always using posix_spawn to ↵ | Greg Clayton | 2012-11-08 | 1 | -0/+16 |
launch programs. llvm-svn: 167563 |