GithubHelp home page GithubHelp logo

classicvalues / swift-lldb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apple/swift-lldb

1.0 1.0 0.0 137.11 MB

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

License: Other

CMake 0.51% Makefile 0.32% C++ 82.53% C 0.60% Python 14.22% Shell 0.02% Perl 0.21% Objective-C 0.31% Objective-C++ 0.08% Swift 0.77% Assembly 0.39% DTrace 0.01% LLVM 0.02% SWIG 0.01% Vim Script 0.02%

swift-lldb's Introduction

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.

swift-lldb's People

Contributors

swift-ci avatar jimingham avatar jasonmolenda avatar labath avatar scallanan avatar jdevlieghere avatar adrian-prantl avatar tfiala avatar emaste avatar dcci avatar teemperor avatar fredriss avatar vedantk avatar bulbazord avatar slavapestov avatar chaoren avatar weliveindetail avatar k15tfu avatar compnerd avatar kubamracek avatar egranata avatar waywardmonkeys avatar ovyalov avatar amccarth-google avatar abidh avatar mgorny avatar filcab avatar sstamenova avatar sas avatar sylvestre avatar

Stargazers

Classic Values avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.