[Lldb-commits] [PATCH] D47285: Add PPC64le support information

Alexandre Yukio Yamashita via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 23 14:54:52 PDT 2018


alexandreyy created this revision.
alexandreyy added a reviewer: clayborg.

Add PPC64le support information on LLDB site


https://reviews.llvm.org/D47285

Files:
  www/features.html
  www/index.html
  www/status.html


Index: www/status.html
===================================================================
--- www/status.html
+++ 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>
Index: www/index.html
===================================================================
--- www/index.html
+++ 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: www/features.html
===================================================================
--- www/features.html
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47285.148292.patch
Type: text/x-patch
Size: 1960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180523/78a9fdca/attachment.bin>


More information about the lldb-commits mailing list