[Lldb-commits] [PATCH] D42264: Update lldb architecture doc
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 18 14:02:32 PST 2018
xiaobai created this revision.
xiaobai added reviewers: labath, zturner, jingham.
ArchSpec was moved from Core to Utility, so I modified the docs to
reflect that.
https://reviews.llvm.org/D42264
Files:
www/architecture/index.html
Index: www/architecture/index.html
===================================================================
--- www/architecture/index.html
+++ www/architecture/index.html
@@ -130,7 +130,6 @@
<ul>
<li>Address (section offset addressing)</li>
<li>AddressRange</li>
- <li>Architecture specification</li>
<li>Broadcaster / Event / Listener </li>
<li>Communication classes that use Connection objects</li>
<li>Mangled names</li>
@@ -276,6 +275,7 @@
</p>
<ul>
<li>Abstract path manipulation (FileSpec)</li>
+ <li>Architecture specification (ArchSpec)</li>
<li>Data buffers (DataBuffer, DataEncoder, DataExtractor)</li>
<li>Logging</li>
<li>Structured data manipulation (JSON)</li>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42264.130492.patch
Type: text/x-patch
Size: 801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180118/6fa81130/attachment.bin>
More information about the lldb-commits
mailing list