History log of /llvm-project/lldb/scripts/generate-sbapi-dwarf-enum.py (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# ac3321f1 09-Oct-2024 Chelsea Cassanova <chelsea_cassanova@apple.com>

[lldb] Add missing include to SBLanguages.h (#111763)

SBLanguages.h uses a uint16_t but is missing the include for
`<cstdint>`, if any file includes this without including that it will
cause a bui

[lldb] Add missing include to SBLanguages.h (#111763)

SBLanguages.h uses a uint16_t but is missing the include for
`<cstdint>`, if any file includes this without including that it will
cause a build error so this commit adds this include.

show more ...


Revision tags: llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init, llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6
# 3bde7983 10-May-2024 Alex Langford <alangford@apple.com>

[lldb] Put SBSourceLanguageName in lldb namespace (#91685)


# dbcfa295 08-May-2024 Nicklas Boman <smurfd@gmail.com>

lldb create API folder if it does not exist, before creating SBLangua… (#91128)

Create API folder if it does not exist, before creating SBLanguages.h


Revision tags: llvmorg-18.1.5
# b8c301f6 01-May-2024 Adrian Prantl <aprantl@apple.com>

Fix the regex in the sbapi python script


# dcbf0fcd 01-May-2024 Jonas Devlieghere <jonas@devlieghere.com>

[lldb] Use Python script to generate SBLanguages.h (#90753)

Use a Python script to generate SBLanguages.h instead of piggybacking on
LLDB TableGen. This addresses Nico Weber's post-commit feedback.