[Lldb-commits] [lldb] r323363 - www: update lldb architecture doc
Saleem Abdulrasool via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 24 11:00:09 PST 2018
Author: compnerd
Date: Wed Jan 24 11:00:08 2018
New Revision: 323363
URL: http://llvm.org/viewvc/llvm-project?rev=323363&view=rev
Log:
www: update lldb architecture doc
ArchSpec was moved from Core to Utility, so I modified the docs to
reflect that.
Patch by Alex Langford <apl at fb.com>!
Modified:
lldb/trunk/www/architecture/index.html
Modified: lldb/trunk/www/architecture/index.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/architecture/index.html?rev=323363&r1=323362&r2=323363&view=diff
==============================================================================
--- lldb/trunk/www/architecture/index.html (original)
+++ lldb/trunk/www/architecture/index.html Wed Jan 24 11:00:08 2018
@@ -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</li>
<li>Data buffers (DataBuffer, DataEncoder, DataExtractor)</li>
<li>Logging</li>
<li>Structured data manipulation (JSON)</li>
More information about the lldb-commits
mailing list