From 2b9a3ea13f4eeb97dcad24396ded474e2e06b14a Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 16 May 2019 23:39:08 +0000 Subject: [PATCH] Slightly update the macOS part of status.rst to be less out-of-date. llvm-svn: 360956 --- lldb/docs/status/status.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lldb/docs/status/status.rst b/lldb/docs/status/status.rst index 21db2ac8c1c3..4393ead9280f 100644 --- a/lldb/docs/status/status.rst +++ b/lldb/docs/status/status.rst @@ -4,10 +4,11 @@ Status macOS ----- -LLDB has matured a lot in the last year and can be used for C, C++ and -Objective-C development for x86_64, i386 and ARM debugging. The entire public -API is exposed though a framework on macOS which is used by Xcode, the lldb -command line tool, and can also be used by Python. The entire public API is +LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and +can be used for C, C++, Objective-C and Swift development for x86_64, +i386, ARM, and AArch64 debugging. The entire public API is exposed +through a macOS framework which is used by Xcode and the `lldb` +command line tool. It can also be imported from Python. The entire public API is exposed through script bridging which allows LLDB to use an embedded Python script interpreter, as well as having a Python module named "lldb" which can be used from Python on the command line. This allows debug sessions to be