From b4854e4e86cc934e8d7ba86007edd6e255b11609 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 13 Mar 2023 12:01:31 +0000 Subject: [PATCH] [lldb][docs] Remove mentions of MIPS64 Linux debug This was removed in ce03a862372a6f36d2fcf80dc80052aa155fcae8. --- lldb/docs/index.rst | 3 +-- lldb/docs/status/status.rst | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 02d4465..ad09129 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -72,8 +72,7 @@ are welcome: * 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 user-space debugging for i386, x86_64, ARM, AArch64, MIPS64, PPC64le, - s390x +* Linux user-space debugging for i386, x86_64, ARM, AArch64, PPC64le, s390x * FreeBSD user-space debugging for i386, x86_64, ARM, AArch64, MIPS64, PPC * NetBSD user-space debugging for i386 and x86_64 * Windows user-space debugging for i386, x86_64, ARM and AArch64 (*) diff --git a/lldb/docs/status/status.rst b/lldb/docs/status/status.rst index 5ad19b8..a046c0c 100644 --- a/lldb/docs/status/status.rst +++ b/lldb/docs/status/status.rst @@ -11,8 +11,8 @@ Linux ----- LLDB is improving on Linux. Linux is nearing feature completeness with Darwin -to debug x86_64, i386, ARM, AArch64, IBM POWER (ppc64), IBM Z (s390x), and -MIPS64 programs. For more details, see the Features by OS section below. +to debug x86_64, i386, ARM, AArch64, IBM POWER (ppc64), and IBM Z (s390x) +programs. For more details, see the Features by OS section below. macOS ----- -- 2.7.4