commit | 6ba704a7f4e72ba088fa19c7622e42b9c460da47 | [log] [tgz] |
---|---|---|
author | John Harrison <harjohn@google.com> | Wed Apr 23 17:13:03 2025 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 23 17:13:03 2025 -0700 |
tree | ff76d1349219376e1f581f94a08bd4e6513d29de | |
parent | 93705c3a76e9b00137be84fbc6ef3b4af5fcc031 [diff] |
[lldb-dap] Migrate 'stepIn' request to well structured types. (#137071) Migrates the 'stepIn' request handler to have well structured types instead of raw json values. I also noticed in the 'next' request handler we were not passing the 'RunMode' flag. Updated the 'next' request handler as well.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.