From ae14f3fdbfa85c92d64f5f38f883a6db4266ca80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Wed, 17 Feb 2021 08:56:07 +0200 Subject: [PATCH] [LLDB] [docs] Update the list of supported architectures on Windows Differential Revision: https://reviews.llvm.org/D96840 --- lldb/docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 6376b0a..100404b 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 ------------ -- 2.7.4