summaryrefslogtreecommitdiff
path: root/.lldbinit
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2025-07-23 21:34:21 -0400
committerGitHub <noreply@github.com>2025-07-24 01:34:21 +0000
commit9666fbcab891156fb058d6a1b8f427ccc3ffecab (patch)
tree626de80431a8ee43319f99e128f6144331b9f9a6 /.lldbinit
parent559c8307d7537319c9f2b3f3d386d8b9b147aba3 (diff)
Document how to use LLDB in the Slang codebase (#7809)
* 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
Diffstat (limited to '.lldbinit')
-rw-r--r--.lldbinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/.lldbinit b/.lldbinit
new file mode 100644
index 000000000..399587061
--- /dev/null
+++ b/.lldbinit
@@ -0,0 +1,2 @@
+command script import source/core/core_lldb.py
+command script import source/slang/slang_lldb.py