Skip to content

Commit 38262fb

Browse files
authored
Merge pull request #562 from JDevlieghere/🍒/manpage
[lldb/Docs] Extend description section of the main page
2 parents 50a8b88 + 191a0d4 commit 38262fb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

lldb/docs/man/lldb.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ SYNOPSIS
1313
DESCRIPTION
1414
-----------
1515

16-
:program:`lldb` is a fully featured debugger. It is a command line interface to
17-
the LLDB debugger library.
16+
:program:`lldb` is a next generation, high-performance debugger. It is built as
17+
a set of reusable components which highly leverage existing libraries in the
18+
larger LLVM Project, such as the Clang expression parser and LLVM disassembler.
19+
20+
:program:`lldb` is the default debugger in Xcode on macOS and supports
21+
debugging C, Objective-C and C++ on the desktop and iOS devices and simulator.
22+
23+
All of the code in the LLDB project is available under the Apache 2.0 License
24+
with LLVM exceptions.
1825

1926
ATTACHING
2027
---------

0 commit comments

Comments
 (0)