From 74857b4260ec9db8d688c2d377a5f370efc150b4 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 9 Feb 2020 15:22:36 +0100 Subject: [PATCH] [lldb] [doc] Status: Debugserver (remote debugging) is OK now --- lldb/docs/status/status.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/docs/status/status.rst b/lldb/docs/status/status.rst index 9b4bd58..e793e5e 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 | +--------------------------------+------------+-------------------------+------------+----------------------+ -- 2.7.4