diff options
Diffstat (limited to 'lldb/docs/status/features.rst')
-rw-r--r-- | lldb/docs/status/features.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/status/features.rst b/lldb/docs/status/features.rst index 43eb7408b01..2ce581f3f28 100644 --- a/lldb/docs/status/features.rst +++ b/lldb/docs/status/features.rst @@ -13,6 +13,6 @@ LLDB supports a broad variety of basic debugging features such as reading DWARF, * Debugger plug-ins implement the host and target specific functions required to debug. * SWIG-generated script bridging allows Python to access and control the public API of the debugger library. -* A remote protocol server, debugserver, implements Mac OS X debugging on i386 and x86-64. +* A remote protocol server, debugserver, implements macOS debugging on i386 and x86-64. * A command line debugger - the lldb executable itself. * A framework API to the library. |