[all-commits] [llvm/llvm-project] 77f8a3: Add a "Using LLDB" section to the welcome page of ...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Tue Nov 19 10:56:11 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 77f8a3324b741bc78c93d1076a31b77f331a0bc5
https://github.com/llvm/llvm-project/commit/77f8a3324b741bc78c93d1076a31b77f331a0bc5
Author: Adrian Prantl <aprantl at apple.com>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M lldb/docs/.htaccess
M lldb/docs/index.rst
A lldb/docs/resources/architecture.rst
M lldb/docs/status/goals.rst
R lldb/docs/use/architecture.rst
Log Message:
-----------
Add a "Using LLDB" section to the welcome page of the website
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
More information about the All-commits
mailing list