summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-13 09:28:54 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-13 09:32:02 -0800
commit9d30d769041b14c0ff29770d59027e679e6b7edc (patch)
tree58235f917aac7354fe8c476b7fb3df5be76da1db
parentbb2e5f5e454245c8e7e9e4c9bf7a463c64604292 (diff)
downloadbcm5719-llvm-9d30d769041b14c0ff29770d59027e679e6b7edc.tar.gz
bcm5719-llvm-9d30d769041b14c0ff29770d59027e679e6b7edc.zip
[lldb/Docs] Extend description section of the main page
The current description is a bit terse. I've copy/pasted the introduction form the website.
-rw-r--r--lldb/docs/man/lldb.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/lldb/docs/man/lldb.rst b/lldb/docs/man/lldb.rst
index 20ad93a8478..b4972df1b60 100644
--- a/lldb/docs/man/lldb.rst
+++ b/lldb/docs/man/lldb.rst
@@ -13,8 +13,15 @@ SYNOPSIS
DESCRIPTION
-----------
-:program:`lldb` is a fully featured debugger. It is a command line interface to
-the LLDB debugger library.
+:program:`lldb` is a next generation, high-performance debugger. It is built as
+a set of reusable components which highly leverage existing libraries in the
+larger LLVM Project, such as the Clang expression parser and LLVM disassembler.
+
+:program:`lldb` is the default debugger in Xcode on macOS and supports
+debugging C, Objective-C and C++ on the desktop and iOS devices and simulator.
+
+All of the code in the LLDB project is available under the Apache 2.0 License
+with LLVM exceptions.
ATTACHING
---------
OpenPOWER on IntegriCloud