[Lldb-commits] [lldb] r360956 - Slightly update the macOS part of status.rst to be less out-of-date.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu May 16 16:39:08 PDT 2019


Author: adrian
Date: Thu May 16 16:39:08 2019
New Revision: 360956

URL: http://llvm.org/viewvc/llvm-project?rev=360956&view=rev
Log:
Slightly update the macOS part of status.rst to be less out-of-date.

Modified:
    lldb/trunk/docs/status/status.rst

Modified: lldb/trunk/docs/status/status.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/status/status.rst?rev=360956&r1=360955&r2=360956&view=diff
==============================================================================
--- lldb/trunk/docs/status/status.rst (original)
+++ lldb/trunk/docs/status/status.rst Thu May 16 16:39:08 2019
@@ -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




More information about the lldb-commits mailing list