[all-commits] [llvm/llvm-project] 128e99: [lldb] Add a "design" section to the documentation.
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Oct 2 13:08:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 128e999d63c41e54d5d73c8af47e1ce401e6a200
https://github.com/llvm/llvm-project/commit/128e999d63c41e54d5d73c8af47e1ce401e6a200
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M lldb/docs/.htaccess
A lldb/docs/design/overview.rst
A lldb/docs/design/reproducers.rst
A lldb/docs/design/sbapi.rst
A lldb/docs/design/structureddataplugins.md
M lldb/docs/index.rst
R lldb/docs/resources/architecture.rst
R lldb/docs/resources/reproducers.rst
R lldb/docs/resources/sbapi.rst
R lldb/docs/resources/structureddataplugins.md
Log Message:
-----------
[lldb] Add a "design" section to the documentation.
Create a "Design" section for the LLDB documentation. The goal is to
have design documents that describe how the LLDB internals work.
Currently similar pages are mixed together under the "Development". The
existing pages describing the architecture, the reproducers, the
structured data plugins, and the SB API could be housed here. I hope
we'd see more pages being added here in the future.
Differential revision: https://reviews.llvm.org/D88516
More information about the All-commits
mailing list