File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,15 @@ SYNOPSIS
13
13
DESCRIPTION
14
14
-----------
15
15
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.
18
25
19
26
ATTACHING
20
27
---------
You can’t perform that action at this time.
0 commit comments