[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.
This commit is contained in:
Jonas Devlieghere 2020-01-13 09:28:54 -08:00
parent bb2e5f5e45
commit 9d30d76904
1 changed files with 9 additions and 2 deletions

View File

@ -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
---------