[Lldb-commits] [PATCH] D70514: [Docs] Generate the LLDB man page with Sphinx

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 20 15:20:38 PST 2019


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Very nice!



================
Comment at: lldb/docs/man/lldb.rst:16
+
+:program:`lldb` is the command line interface for the LLDB debugger library.
+:program:`lldb` can debug C, C++, Objective‐C, and Objective‐C++ programs.
----------------
While this is technically correct, as an end-user this makes me wonder if I picked the wrong command when I'm looking for the debugger.

How about:

`lldb is a fully featured debugger. It is a command line interface to the LLDB debugger library.`


================
Comment at: lldb/docs/man/lldb.rst:290
+
+FILES
+-----
----------------
CONFIGURATION FILES ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70514/new/

https://reviews.llvm.org/D70514





More information about the lldb-commits mailing list