[Lldb-commits] [lldb] [lldb][docs] Clean Variable Formatting Documentation (PR #193907)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 24 03:15:32 PDT 2026
================
@@ -708,15 +766,15 @@ the square brackets operator to get the expected output.
Python Scripting
----------------
-Most of the times, summary strings prove good enough for the job of summarizing
+Most of the times, Summary Strings prove good enough for the job of summarizing
the contents of a variable. However, as soon as you need to do more than
-picking some values and rearranging them for display, summary strings stop
-being an effective tool. This is because summary strings lack the power to
+picking some values and rearranging them for display, Summary Strings stop
+being an effective tool. This is because Summary Strings lack the power to
actually perform any kind of computation on the value of variables.
To solve this issue, you can bind some Python scripting code as a summary for
your datatype, and that script has the ability to both extract children
----------------
DavidSpickett wrote:
"children" -> "child"
https://github.com/llvm/llvm-project/pull/193907
More information about the lldb-commits
mailing list