swift-lldb

This is the version of LLDB that supports the Swift programming language & REPL.

  • 所有者: apple/swift-lldb
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Disclaimer

The swift-lldb repository is frozen and is preserved for historical purposes only.
Active development is now happening in the following repository: https://github.com/apple/llvm-project

Swift Debugger and REPL

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.

Building LLDB for Swift

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

Contribution Subtleties

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.

概览

名称与所有者apple/swift-lldb
主编程语言C++
编程语言CMake (语言数: 14)
平台
许可证Other
发布数1297
最新版本名称swift-5.1-DEVELOPMENT-SNAPSHOT-2019-10-16-a (发布于 2019-10-17 01:19:28)
第一版名称swift/master-lldb/start (发布于 )
创建于2015-10-23 21:13:18
推送于2020-01-08 12:16:37
最后一次提交2017-02-17 15:26:04
星数673
关注者数124
派生数198
提交数31.5k
已启用问题?
问题数0
打开的问题数0
拉请求数1872
打开的拉请求数10
关闭的拉请求数192
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部