[Lldb-commits] [lldb] ae14f3f - [LLDB] [docs] Update the list of supported architectures on Windows

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 21 12:24:32 PST 2021


Author: Martin Storsjö
Date: 2021-02-21T22:23:55+02:00
New Revision: ae14f3fdbfa85c92d64f5f38f883a6db4266ca80

URL: https://github.com/llvm/llvm-project/commit/ae14f3fdbfa85c92d64f5f38f883a6db4266ca80
DIFF: https://github.com/llvm/llvm-project/commit/ae14f3fdbfa85c92d64f5f38f883a6db4266ca80.diff

LOG: [LLDB] [docs] Update the list of supported architectures on Windows

Differential Revision: https://reviews.llvm.org/D96840

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 6376b0abe09c..100404b00dce 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -74,10 +74,11 @@ are welcome:
 * iOS, tvOS, and watchOS device debugging on ARM and AArch64
 * 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 (*)
+* Windows user-space debugging for i386, x86_64, ARM and AArch64 (*)
 
 (*) Support for Windows is under active development. Basic functionality is
-expected to work, with functionality improving rapidly.
+expected to work, with functionality improving rapidly. ARM and AArch64 support
+is more experimental, with more known issues than the others.
 
 Get Involved
 ------------


        


More information about the lldb-commits mailing list