diff options
Diffstat (limited to 'lldb/docs/index.rst')
-rw-r--r-- | lldb/docs/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 9824e850e83..595a1214f37 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -67,11 +67,11 @@ Platform Support LLDB is known to work on the following platforms, but ports to new platforms are welcome: -* macOS desktop user space debugging for i386 and x86-64 -* iOS simulator debugging on i386 -* iOS device debugging on ARM -* Linux local user-space debugging for i386, x86-64 and PPC64le -* FreeBSD local user-space debugging for i386 and x86-64 +* macOS desktop user space debugging for i386 and x86_64 +* iOS simulator debugging on i386 and x86_64 +* iOS device debugging on ARM and AArch64 +* Linux local user-space debugging for i386, x86_64 and PPC64le +* FreeBSD local user-space debugging for i386 and x86_64 * Windows local user-space debugging for i386 (*) (*) Support for Windows is under active development. Basic functionality is |