[Lldb-commits] [lldb] [llvm] [lldb][Docs] Add examples section for variable formatting (PR #194916)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Jun 6 14:47:43 PDT 2026
================
@@ -1451,6 +1451,113 @@ displayed. The reason the debugger warns you is that enabling an empty category
might be a typo, and you effectively wanted to enable a similarly-named but
not-empty category.
+## Examples
+
+These are a few examples of summaries and synthetic children providers for
+types you may want to format.
+
+You can find further examples here:
+
+- [LLVM Data Formatters](https://github.com/llvm/llvm-project/blob/main/llvm/utils/lldbDataFormatters.py)
+- [Coca (Objective-C) Formatters](https://github.com/llvm/llvm-project/tree/main/lldb/examples/summaries/cocoa)
----------------
Nerixyz wrote:
Oops, thank you
https://github.com/llvm/llvm-project/pull/194916
More information about the lldb-commits
mailing list