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 <a...@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> _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits