commit | ca0b2a68f586098c96073e062b19bc0f87a998c6 | [log] [tgz] |
---|---|---|
author | Alex Suhan <asuhan@users.noreply.github.com> | Tue Oct 15 16:02:15 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 15 16:02:15 2019 -0700 |
tree | a632c0599bf3152352d5b5db5459d96d4c3fb198 | |
parent | 4268a3e961a61b42fa4175b409b5680b10bfc192 [diff] | |
parent | 00679a2ddf9749da59b2a9752b05bcedc96b7a9a [diff] |
Merge pull request #2063 from apple/tensorflow-merge Merge swift-DEVELOPMENT-SNAPSHOT-2019-10-08-a tag
Status | |
---|---|
macOS | |
Ubuntu 14.04 | |
Ubuntu 16.04 | |
Ubuntu 18.04 |
Welcome to the Swift Debugger and REPL!
Swift is a new, high performance systems programming language. It has a clean and modern syntax, offers seamless access to existing C and Objective-C code and frameworks, and is memory safe (by default).
This repository covers the Swift Debugger and REPL support, built on top of the LLDB Debugger.
To build LLDB for Swift, check out the swift repository and follow the instruction listed there. You can build lldb passing the --lldb flag to it. Example invocation:
mkdir myswift cd myswift git clone https://github.com/apple/swift.git swift ./swift/utils/update-checkout ./swift/utils/build-script -r --lldb
The swift-lldb project enhances the core LLDB project developed under the LLVM Project. Swift support in the debugger is added via the existing source-level plugin infrastructure, isolated to files that are newly introduced in the lldb-swift repository.
Files that come from the core LLDB project can be readily identified by their use of the LLVM comment header. As no local changes should be made to any of these files, follow the standard guidance for upstream changes.