[PATCH] D141219: Add a .lldbinit file to autoload LLVM/Clang data formatters
Med Ismail Bennani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 21:36:57 PST 2023
mib added a comment.
I guess we could even throw MLIR formatters in there for completeness
================
Comment at: .lldbinit:2-3
+# To autoload set `settings set target.load-cwd-lldbinit true` in ~/.lldbinit
+command script import ./llvm/utils/lldbDataFormatters.py
+command script import ./clang/utils/ClangDataFormat.py
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141219/new/
https://reviews.llvm.org/D141219
More information about the llvm-commits
mailing list