[Lldb-commits] [PATCH] D47285: Add PPC64le support information
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 24 04:21:26 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333173: Add PPC64le support information (authored by labath, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D47285
Files:
lldb/trunk/www/features.html
lldb/trunk/www/index.html
lldb/trunk/www/status.html
Index: lldb/trunk/www/features.html
===================================================================
--- lldb/trunk/www/features.html
+++ lldb/trunk/www/features.html
@@ -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>
Index: lldb/trunk/www/index.html
===================================================================
--- lldb/trunk/www/index.html
+++ lldb/trunk/www/index.html
@@ -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>
Index: lldb/trunk/www/status.html
===================================================================
--- lldb/trunk/www/status.html
+++ lldb/trunk/www/status.html
@@ -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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47285.148377.patch
Type: text/x-patch
Size: 2059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180524/f3c47be0/attachment-0001.bin>
More information about the lldb-commits
mailing list