| commit | 039cfe812c15c8f9e52ddb8cfc183fd8c927dba5 | [log] [tgz] |
|---|---|---|
| author | Med Ismail Bennani <ismail@bennani.ma> | Mon Aug 05 10:43:42 2024 -0700 |
| committer | GitHub <noreply@github.com> | Mon Aug 05 10:43:42 2024 -0700 |
| tree | 7a177e46953b7f6398da6c7b56cd3560175b584f | |
| parent | dac9042cc6a4dcb23e85b13232e2b233d55eda57 [diff] |
[lldb/Target] Rename ThreadPlanPython into ScriptedThreadPlan (#101931) Following 9a9ec228cdcf, since the ThreadPlanPython class started making use of the Scripted Interface instead of calling directly into the python methods, this class can work with other scripting languages (as long as someone add the interfact for that language ;p). So it doesn't make sense anymore for it to keep this name and also we should avoid having language specific related classes outside the plugin directory. This patch renames the internal class from `ThreadPlanPython` to `ScriptedThreadPlan` as its advertised externally, and also updates the various log messages. This should hopefully make the codebase more coherent. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
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.