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

This was removed in ce03a86237.
This commit is contained in:
David Spickett 2023-03-13 12:01:31 +00:00
parent 2dc1d48a45
commit b4854e4e86
2 changed files with 3 additions and 4 deletions

View File

@ -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 (*)

View File

@ -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
-----