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