[Lldb-commits] [lldb] r333173 - Add PPC64le support information
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu May 24 04:17:02 PDT 2018
Author: labath
Date: Thu May 24 04:17:02 2018
New Revision: 333173
URL: http://llvm.org/viewvc/llvm-project?rev=333173&view=rev
Log:
Add PPC64le support information
Summary: Add PPC64le support information on LLDB site
Reviewers: clayborg
Reviewed By: clayborg
Subscribers: labath, lldb-commits, lbianc, clayborg
Differential Revision: https://reviews.llvm.org/D47285
Patch by Alexandre Yukio Yamashita <alexandre.yamashita at eldorado.org.br>.
Modified:
lldb/trunk/www/features.html
lldb/trunk/www/index.html
lldb/trunk/www/status.html
Modified: lldb/trunk/www/features.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/features.html?rev=333173&r1=333172&r2=333173&view=diff
==============================================================================
--- lldb/trunk/www/features.html (original)
+++ lldb/trunk/www/features.html Thu May 24 04:17:02 2018
@@ -38,7 +38,7 @@
for an executable object.</li>
<li>Disassembly plug-ins for each architecture. Support currently includes
an LLVM disassembler for <a href="http://blog.llvm.org/2010/01/x86-disassembler.html">i386, x86-64</a>
- , & ARM/Thumb.</li>
+ , ARM/Thumb, and PPC64le</li>
<li>Debugger plug-ins implement the host and target specific functions
required to debug.</li>
</ul>
@@ -57,4 +57,4 @@
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: lldb/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/index.html?rev=333173&r1=333172&r2=333173&view=diff
==============================================================================
--- lldb/trunk/www/index.html (original)
+++ lldb/trunk/www/index.html Thu May 24 04:17:02 2018
@@ -92,7 +92,7 @@
<li>Mac OS X desktop user space debugging for i386 and x86-64</li>
<li>iOS simulator debugging on i386</li>
<li>iOS device debugging on ARM</li>
- <li>Linux local user-space debugging for i386 and x86-64</li>
+ <li>Linux local user-space debugging for i386, x86-64 and PPC64le</li>
<li>FreeBSD local user-space debugging for i386 and x86-64</li>
<li>Windows local user-space debugging for i386 (*)</li>
</ul>
Modified: lldb/trunk/www/status.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/status.html?rev=333173&r1=333172&r2=333173&view=diff
==============================================================================
--- lldb/trunk/www/status.html (original)
+++ lldb/trunk/www/status.html Thu May 24 04:17:02 2018
@@ -60,7 +60,7 @@
<tr>
<th>Feature</th>
<th>FreeBSD<br>(x86_64)</th>
- <th>Linux<br>(x86_64)</th>
+ <th>Linux<br>(x86_64 and PPC64le)</th>
<th>Mac OS X (i386/x86_64 and ARM/Thumb)</th>
<th>Windows (i386)</th>
</tr>
More information about the lldb-commits
mailing list