Slightly update the macOS part of status.rst to be less out-of-date.

llvm-svn: 360956
This commit is contained in:
Adrian Prantl 2019-05-16 23:39:08 +00:00
parent 5ff1eb6418
commit 2b9a3ea13f
1 changed files with 5 additions and 4 deletions

View File

@ -4,10 +4,11 @@ Status
macOS macOS
----- -----
LLDB has matured a lot in the last year and can be used for C, C++ and LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and
Objective-C development for x86_64, i386 and ARM debugging. The entire public can be used for C, C++, Objective-C and Swift development for x86_64,
API is exposed though a framework on macOS which is used by Xcode, the lldb i386, ARM, and AArch64 debugging. The entire public API is exposed
command line tool, and can also be used by Python. The entire public API is 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 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 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 used from Python on the command line. This allows debug sessions to be