[lldb] Fix typos. NFC.Differential Revision: https://reviews.llvm.org/D103381
[lldb] [docs] Update platform support statusUpdate supported features on FreeBSD, and supported platform liston FreeBSD, Linux and NetBSD.Differential Revision: https://reviews.llvm.org/D97114
[lldb/Docs] Update the features matrixUse YES/NO instead of OK, known issues instead of bugs and fix someother small inconsistencies
[lldb] [doc] Status: Linux: Update the paragraph
[LLDB] [doc] Document NetBSD status and sort OSs alphabetically
[lldb] [doc] Status: Debugserver (remote debugging) is OK now
[LLDB] [doc] Update the current status of pkgsrc (NetBSD) building
Add resurrecting Type Validators to projects.rst
Add a "Using LLDB" section to the welcome page of the websiteThis is an attempt to feature the user-facing resources moreprominently on the LLDB website by calling out the tutorial and theGDB com
Add a "Using LLDB" section to the welcome page of the websiteThis is an attempt to feature the user-facing resources moreprominently on the LLDB website by calling out the tutorial and theGDB 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 thepast 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
show more ...
[LLDB] Make a clear distinction between usage & development docsThis renames the "Goals & Status" section to "Project" and the"Resources" section to "Development". To better match this layout I've
[LLDB] Make a clear distinction between usage & development docsThis renames the "Goals & Status" section to "Project" and the"Resources" section to "Development". To better match this layout I'vemoved the releases page under "Project".
[Docs] Remove reproducers from the project page.Jim pointed out that this was still open on the website.llvm-svn: 367066
Mention adding predicates to settings in the projects page.llvm-svn: 367059
Remove a project that was completed.llvm-svn: 367057
[Docs] Remove architectures from feature matrixThis is outdated, there's a bunch of architectures missing. If we wantthem to be part of this table they should be a separate row anyway.llvm-svn:
[Docs] Remove architectures from feature matrixThis is outdated, there's a bunch of architectures missing. If we wantthem 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.llvm-svn: 360956
Get back the navigation sidebar on the LLDB website.This returns the look & feel of the Sphinx-generated LLDB website tothe original pre-Sphinx layout.Differential Revision: https://reviews.llvm
Get back the navigation sidebar on the LLDB website.This returns the look & feel of the Sphinx-generated LLDB website tothe original pre-Sphinx layout.Differential Revision: https://reviews.llvm.org/D61913llvm-svn: 360819
Rename MacOS X -> macOS where applicable.llvm-svn: 360691
Mention predicting exception catch at throw sitellvm-svn: 354914
Add LLDB website and documentation in reStructuredText for SphinxThe 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
Add LLDB website and documentation in reStructuredText for SphinxThe 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 todifferentiate between documentation written by us and documentationgenerated by a tool.In line with the other LLVM projects, I propose generating thedocumentation with Sphix. I think text/rst files provide a lower barrierfor new or casual contributors to fix or update.This patch adds a copy of the LLDB website and documentation inreStructuredText. 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 beinggenerated from the repository, rather than having the output checked-inunder the www folder. During the hopefully short transition period,please also update the reStructuredText files when modifying thewebsite.Differential revision: https://reviews.llvm.org/D55376llvm-svn: 352644