[Lldb-commits] [lldb] 74857b4 - [lldb] [doc] Status: Debugserver (remote debugging) is OK now

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 9 06:23:00 PST 2020


Author: Jan Kratochvil
Date: 2020-02-09T15:22:36+01:00
New Revision: 74857b4260ec9db8d688c2d377a5f370efc150b4

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

LOG: [lldb] [doc] Status: Debugserver (remote debugging) is OK now

Added: 
    

Modified: 
    lldb/docs/status/status.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/status/status.rst b/lldb/docs/status/status.rst
index 9b4bd58bb617..e793e5e7bc2c 100644
--- a/lldb/docs/status/status.rst
+++ b/lldb/docs/status/status.rst
@@ -53,7 +53,7 @@ Features Matrix
 +--------------------------------+------------+-------------------------+------------+----------------------+
 | Core file debugging            | OK (ELF)   | OK (ELF)                | OK (MachO) | OK (Minidump)        |
 +--------------------------------+------------+-------------------------+------------+----------------------+
-| Debugserver (remote debugging) | Not ported | Not ported              | OK         | Not ported           |
+| Debugserver (remote debugging) | Not ported | OK (lldb-server)        | OK         | Not ported           |
 +--------------------------------+------------+-------------------------+------------+----------------------+
 | Disassembly                    | OK         | OK                      | OK         | OK                   |
 +--------------------------------+------------+-------------------------+------------+----------------------+


        


More information about the lldb-commits mailing list