This is an archive of the discontinued LLVM Phabricator instance.

Add a "Using LLDB" section to the welcome page of the website
ClosedPublic

Authored by aprantl on Nov 19 2019, 8:58 AM.

Details

Summary

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.

Diff Detail

Event Timeline

aprantl created this revision.Nov 19 2019, 8:58 AM
JDevlieghere requested changes to this revision.Nov 19 2019, 9:04 AM

Please add a redirect in the .htaccess file for the architecture page.

This revision now requires changes to proceed.Nov 19 2019, 9:04 AM

Sounds like a good idea.

shafik added a subscriber: shafik.Nov 19 2019, 9:17 AM
shafik added inline comments.
lldb/docs/index.rst
25

other debuggers -> GDB?

28

Pythonl -> Python

29

staring -> starting

lldb/docs/status/goals.rst
38

Is it worth adding anything about expression parsing here as well?

aprantl updated this revision to Diff 230103.Nov 19 2019, 10:25 AM

Cool, I didn't know about the redirects!

aprantl marked 4 inline comments as done.Nov 19 2019, 10:26 AM
aprantl added inline comments.
lldb/docs/status/goals.rst
38

Perhaps :-)
I'll consider that out of scope for this patch though.

JDevlieghere accepted this revision.Nov 19 2019, 10:43 AM

LGTM with the comment.

lldb/docs/.htaccess
3

Can you move this line down under Sphinx redirects? I'm trying to keep old redirects (from the html website) separate from reorgs in the sphix docs.

This revision is now accepted and ready to land.Nov 19 2019, 10:43 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2019, 11:01 AM