summaryrefslogtreecommitdiffstats
path: root/lldb/docs/status
Commit message (Collapse)AuthorAgeFilesLines
* Add resurrecting Type Validators to projects.rstAdrian Prantl2019-12-111-0/+9
|
* Add a "Using LLDB" section to the welcome page of the websiteAdrian Prantl2019-11-191-0/+11
| | | | | | | | | | | | | | | This is an attempt to feature the user-facing resources more prominently on the LLDB website by calling out the tutorial and the GDB command map wight on the start page. I also moved the "Why a new debugger" section to the "Goals" subpage. Given that LLDB's first release is almost a decade in the past now, the title is a bit of an anachronism. Lastly, I moved the Architecture sub-page from "use" to "resources", since end-users do not care about the source code layout. Differential Revision: https://reviews.llvm.org/D70449
* [LLDB] Make a clear distinction between usage & development docsJonas Devlieghere2019-11-141-0/+21
| | | | | | This renames the "Goals & Status" section to "Project" and the "Resources" section to "Development". To better match this layout I've moved the releases page under "Project".
* [Docs] Remove reproducers from the project page.Jonas Devlieghere2019-07-251-22/+7
| | | | | | Jim pointed out that this was still open on the website. llvm-svn: 367066
* Mention adding predicates to settings in the projects page.Jim Ingham2019-07-251-0/+14
| | | | llvm-svn: 367059
* Remove a project that was completed.Jim Ingham2019-07-251-6/+0
| | | | llvm-svn: 367057
* [Docs] Remove architectures from feature matrixJonas Devlieghere2019-05-171-24/+23
| | | | | | | This is outdated, there's a bunch of architectures missing. If we want them to be part of this table they should be a separate row anyway. llvm-svn: 360967
* Slightly update the macOS part of status.rst to be less out-of-date.Adrian Prantl2019-05-161-4/+5
| | | | llvm-svn: 360956
* Get back the navigation sidebar on the LLDB website.Adrian Prantl2019-05-151-90/+0
| | | | | | | | | This returns the look & feel of the Sphinx-generated LLDB website to the original pre-Sphinx layout. Differential Revision: https://reviews.llvm.org/D61913 llvm-svn: 360819
* Rename MacOS X -> macOS where applicable.Adrian Prantl2019-05-143-5/+5
| | | | llvm-svn: 360691
* Mention predicting exception catch at throw siteJim Ingham2019-02-261-0/+21
| | | | llvm-svn: 354914
* Add LLDB website and documentation in reStructuredText for SphinxJonas Devlieghere2019-01-305-0/+602
The current LLDB website is written in HTML which is hard to maintain. We have quite a bit of HTML code checked in which can make it hard to differentiate between documentation written by us and documentation generated by a tool. In line with the other LLVM projects, I propose generating the documentation with Sphix. I think text/rst files provide a lower barrier for new or casual contributors to fix or update. This patch adds a copy of the LLDB website and documentation in reStructuredText. It also adds a new ninja target `docs-lldb-html` when -DLLVM_ENABLE_SPHINX:BOOL is enabled. This is the first step in having the website and documentation being generated from the repository, rather than having the output checked-in under the www folder. During the hopefully short transition period, please also update the reStructuredText files when modifying the website. Differential revision: https://reviews.llvm.org/D55376 llvm-svn: 352644
OpenPOWER on IntegriCloud