Skip to content

Commit

Permalink
[lldb] [docs] Update platform support status
Browse files Browse the repository at this point in the history
Update supported features on FreeBSD, and supported platform list
on FreeBSD, Linux and NetBSD.

Differential Revision: https://reviews.llvm.org/D97114
  • Loading branch information
mgorny committed Feb 21, 2021
1 parent ae14f3f commit 7850bb5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
6 changes: 4 additions & 2 deletions lldb/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ 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 and PPC64le
* FreeBSD user-space debugging for i386 and x86_64
* Linux user-space debugging for i386, x86_64, ARM, AArch64, MIPS64, 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 (*)

(*) Support for Windows is under active development. Basic functionality is
Expand Down
46 changes: 23 additions & 23 deletions lldb/docs/status/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@ section below.

Features Matrix
---------------
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Feature | FreeBSD | Linux | macOS | NetBSD | Windows |
+=======================+============+=========================+===================+====================+======================+
| Backtracing | YES | YES | YES | YES | YES |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Breakpoints | YES | YES | YES | YES | YES |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| C++11: | YES | YES | YES | YES | Unknown |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Commandline tool | YES | YES | YES | YES | YES |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Core file debugging | YES (ELF) | YES (ELF) | YES (MachO) | YES (ELF) | YES (Minidump) |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Remote debugging | NO | YES (lldb-server) | YES (debugserver) | YES (lldb-server) | NO |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Disassembly | YES | YES | YES | YES | YES |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Expression evaluation | Unknown | YES (known issues) | YES | YES (known issues) | YES (known issues) |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| JIT debugging | Unknown | Symbolic debugging only | Untested | Work In Progress | NO |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
| Objective-C 2.0: | Unknown | N/A | YES | Unknown | N/A |
+-----------------------+------------+-------------------------+-------------------+--------------------+----------------------+
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Feature | FreeBSD | Linux | macOS | NetBSD | Windows |
+=======================+====================+=========================+===================+====================+======================+
| Backtracing | YES | YES | YES | YES | YES |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Breakpoints | YES | YES | YES | YES | YES |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| C++11: | YES | YES | YES | YES | Unknown |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Commandline tool | YES | YES | YES | YES | YES |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Core file debugging | YES (ELF) | YES (ELF) | YES (MachO) | YES (ELF) | YES (Minidump) |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Remote debugging | YES (lldb-server) | YES (lldb-server) | YES (debugserver) | YES (lldb-server) | NO |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Disassembly | YES | YES | YES | YES | YES |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Expression evaluation | YES (known issues) | YES (known issues) | YES | YES (known issues) | YES (known issues) |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| JIT debugging | Unknown | Symbolic debugging only | Untested | Work In Progress | NO |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+
| Objective-C 2.0: | Unknown | N/A | YES | Unknown | N/A |
+-----------------------+--------------------+-------------------------+-------------------+--------------------+----------------------+

0 comments on commit 7850bb5

Please sign in to comment.