[PATCH] D63813: Adjust variable formatting table
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 12:49:57 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366364: [docs] Adjust variable formatting table (authored by JDevlieghere, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D63813?vs=210278&id=210397#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63813/new/
https://reviews.llvm.org/D63813
Files:
lldb/trunk/docs/use/variable.rst
Index: lldb/trunk/docs/use/variable.rst
===================================================================
--- lldb/trunk/docs/use/variable.rst
+++ lldb/trunk/docs/use/variable.rst
@@ -197,7 +197,7 @@
+-----------------------------------------------+------------------+--------------------------------------------------------------------------+
| ``c-string`` | s | show this as a 0-terminated C string |
+-----------------------------------------------+------------------+--------------------------------------------------------------------------+
-| ``decimal`` | i | show this as a signed integer number (this does not perform a cast, it |
+| ``decimal`` | d | show this as a signed integer number (this does not perform a cast, it |
| | | simply shows the bytes as an integer with sign) |
+-----------------------------------------------+------------------+--------------------------------------------------------------------------+
| ``enumeration`` | E | show this as an enumeration, printing the |
@@ -239,6 +239,15 @@
+-----------------------------------------------+------------------+--------------------------------------------------------------------------+
| ``character array`` | a | show this as a character array |
+-----------------------------------------------+------------------+--------------------------------------------------------------------------+
+| ``address`` | A | show this as an address target (symbol/file/line + offset), possibly |
+| | | also the string this address is pointing to |
++-----------------------------------------------+------------------+--------------------------------------------------------------------------+
+| ``hex float`` | | show this as hexadecimal floating point |
++-----------------------------------------------+------------------+--------------------------------------------------------------------------+
+| ``instruction`` | i | show this as an disassembled opcode |
++-----------------------------------------------+------------------+--------------------------------------------------------------------------+
+| ``void`` | v | don't show anything |
++-----------------------------------------------+------------------+--------------------------------------------------------------------------+
Type Summary
------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63813.210397.patch
Type: text/x-patch
Size: 3153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190717/5d5b84bb/attachment.bin>
More information about the llvm-commits
mailing list