[Lldb-commits] [lldb] b4854e4 - [lldb][docs] Remove mentions of MIPS64 Linux debug

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 13 05:02:21 PDT 2023


Author: David Spickett
Date: 2023-03-13T12:01:31Z
New Revision: b4854e4e86cc934e8d7ba86007edd6e255b11609

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

LOG: [lldb][docs] Remove mentions of MIPS64 Linux debug

This was removed in ce03a862372a6f36d2fcf80dc80052aa155fcae8.

Added: 
    

Modified: 
    lldb/docs/index.rst
    lldb/docs/status/status.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 02d446573900a..ad09129ee32b3 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 5ad19b898b97b..a046c0cf8cae6 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
 -----


        


More information about the lldb-commits mailing list