summaryrefslogtreecommitdiffstats
path: root/lldb/docs/index.rst
blob: c95269824ea76b0e438dde1647c0707da1b6ba64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.. title:: Welcome to LLDB's documentation!

LLDB
====

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.

LLDB is the default debugger in Xcode on Mac OS X 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 standard
`LLVM License <http://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents>`__,
an open source "BSD-style" license.


Goals & Status
==============

.. toctree::
   :maxdepth: 1

   status/about
   status/goals
   status/features
   status/status
   status/projects

Use & Extension
===============

.. toctree::
   :maxdepth: 1

   use/tutorial
   use/map
   use/formatting
   use/variable
   use/symbolication
   use/symbols
   use/python
   use/remote
   use/troubleshooting
   use/architecture

Resources
=========

.. toctree::
   :maxdepth: 1

   resources/download
   resources/build
   resources/test
   resources/sbapi
   resources/external

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`
OpenPOWER on IntegriCloud