[Lldb-commits] [PATCH] D127437: [LLDB][Docs] Fix formatting of example code-block
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 10 08:17:16 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd36757b511ea: [LLDB][Docs] Fix formatting of example code-block (authored by aprantl).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127437/new/
https://reviews.llvm.org/D127437
Files:
lldb/docs/use/variable.rst
Index: lldb/docs/use/variable.rst
===================================================================
--- lldb/docs/use/variable.rst
+++ lldb/docs/use/variable.rst
@@ -808,6 +808,7 @@
Simple [3] as:
::
+
(lldb) type summary add --summary-string "${var[].x}" -x "Simple \[[0-9]+\]"
(lldb) frame variable
(Simple [3]) sarray = [1,4,7]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127437.435919.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220610/f7e4e6b5/attachment.bin>
More information about the lldb-commits
mailing list