diff options
-rw-r--r-- | lldb/docs/use/variable.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst index 7d496c37bd4..01bb9176c04 100644 --- a/lldb/docs/use/variable.rst +++ b/lldb/docs/use/variable.rst @@ -764,6 +764,7 @@ command, supports a --summary option that tells LLDB to use the named summary given instead of the default one. :: + (lldb) type summary add --summary-string "x=${var.integer}" --name NamedSummary (lldb) frame variable one (i_am_cool) one = int = 3, float = 3.14159, char = 69 |