Author: Adrian Prantl Date: 2020-07-08T15:33:00-07:00 New Revision: 9726dc4d072376f71c40024804e3bf1193ba5dd8
URL: https://github.com/llvm/llvm-project/commit/9726dc4d072376f71c40024804e3bf1193ba5dd8 DIFF: https://github.com/llvm/llvm-project/commit/9726dc4d072376f71c40024804e3bf1193ba5dd8.diff LOG: Updated the list of supported platforms in LLDB to include Apple silicon. Added: Modified: lldb/docs/index.rst Removed: ################################################################################ diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 29f63b328381..50441f5be910 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -69,12 +69,12 @@ 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, tvOS, and watchOS simulator debugging on i386 and x86_64 +* macOS debugging for i386, x86_64 and AArch64 +* iOS, tvOS, and watchOS simulator debugging on i386, x86_64 and AArch64 * iOS, tvOS, and watchOS 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 (*) +* Linux user-space debugging for i386, x86_64 and PPC64le +* FreeBSD user-space debugging for i386 and x86_64 +* Windows user-space debugging for i386 (*) (*) Support for Windows is under active development. Basic functionality is expected to work, with functionality improving rapidly. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits