summaryrefslogtreecommitdiff
path: root/source/core/core_lldb.py
AgeCommit message (Collapse)Author
2025-07-24Document how to use LLDB in the Slang codebase (#7809)Sam Estep
* Document how to use LLDB in the Slang codebase * Include `slang_lldb.py` in `.lldbinit` * Switch from GCC to Clang * Include a VS Code task to build before debugging * Fix clangd
2025-07-22Add Python type stubs for LLDB (#7826)Sam Estep
2024-06-05initial set of lldb formatters (#4272)Simon Kallweit