[Lldb-commits] [lldb] r361049 - Update list of supported architectures.
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 10:05:23 PDT 2019
Author: adrian
Date: Fri May 17 10:05:23 2019
New Revision: 361049
URL: http://llvm.org/viewvc/llvm-project?rev=361049&view=rev
Log:
Update list of supported architectures.
Modified:
lldb/trunk/docs/index.rst
Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=361049&r1=361048&r2=361049&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Fri May 17 10:05:23 2019
@@ -67,11 +67,11 @@ Platform Support
LLDB is known to work on the following platforms, but ports to new platforms
are welcome:
-* macOS desktop user space debugging for i386 and x86-64
-* iOS simulator debugging on i386
-* iOS device debugging on ARM
-* Linux local user-space debugging for i386, x86-64 and PPC64le
-* FreeBSD local user-space debugging for i386 and x86-64
+* macOS desktop user space debugging for i386 and x86_64
+* iOS simulator debugging on i386 and x86_64
+* iOS device debugging on ARM and AArch64
+* Linux local user-space debugging for i386, x86_64 and PPC64le
+* FreeBSD local user-space debugging for i386 and x86_64
* Windows local user-space debugging for i386 (*)
(*) Support for Windows is under active development. Basic functionality is
More information about the lldb-commits
mailing list