[lldb] Add a page to the docs with (external) links on how to use LLDB
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 20 Oct 2020 18:42:09 +0000 (11:42 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 20 Oct 2020 18:43:31 +0000 (11:43 -0700)
commitde6f3d1c71332b2c0ba00a2792c02be72b245d22
treeca9d13e0be33cba4b906a783098959f9f7f1700d
parente902269c493cafde23d031a825b4de5868194f6f
[lldb] Add a page to the docs with (external) links on how to use LLDB

In a discussion with Jim last week we came to the realization that often
we get asked about things that might not be documented on the website,
but that have been pretty well explained elsewhere. In those situations
it's often easier to quickly answer the question than searching for that
presentation you gave 3 years ago if you remember at all.

This often results in us having to answer the same questions over and
over again. We could add the questions and their answer to the website,
but that means we (1) have to duplicate the work and (2) now have to
maintain it.

A more efficient solution is to add a page with external resources with
the caveat that they might be outdated. That's exactly the purpose of
this patch.

I've added a few links that came to mind, but I don't want to be the
arbiter of what should and should not be included. I'd hope that over
time the community can crowd-source the best resources.

Differential revision: https://reviews.llvm.org/D89215
lldb/docs/index.rst
lldb/docs/use/links.md [new file with mode: 0644]