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

2019-11-21 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGbb775bee2125: [Docs] Generate the LLDB man page with Sphinx (authored by JDevlieghere). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/

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

2019-11-21 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In D70514#1754690 , @labath wrote: > LGTM. Unless you're interested in tablegening the command line option list, > that is. :) I considered it, but maybe that's something for the thanksgiving break ;-) CHANGES SINCE LAST

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

2019-11-21 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. LGTM. Unless you're interested in tablegening the command line option list, that is. :) CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/ https://reviews.llvm.org/D70514 ___

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

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 230353. JDevlieghere added a comment. Fix description for `one-line-on-crash` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/ https://reviews.llvm.org/D70514 Files: lldb/docs/CMakeLists.txt lldb/docs/conf.py lldb/docs/lldb.1

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

2019-11-20 Thread Jim Ingham via Phabricator via lldb-commits
jingham added inline comments. Comment at: lldb/docs/man/lldb.rst:80 + When in batch mode, tells the debugger to source this file of lldb commands if the target crashes. + +.. option:: --one-line This is probably wrong in the lldb help too - copy paste most

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

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 230349. JDevlieghere added a comment. Update configuration file section. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/ https://reviews.llvm.org/D70514 Files: lldb/docs/CMakeLists.txt lldb/docs/conf.py

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

2019-11-20 Thread Jim Ingham via Phabricator via lldb-commits
jingham added inline comments. Comment at: lldb/docs/man/lldb.rst:306 +started) will be read. + +SEE ALSO This isn't quite right. The actual rule is: If the lldb library is loaded into an executable called Foo, lldb will first look for ~/.lldbinit-Foo, and if

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

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 230346. JDevlieghere marked 2 inline comments as done. JDevlieghere added a comment. Address Adrian's comments. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/ https://reviews.llvm.org/D70514 Files:

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

2019-11-20 Thread Adrian Prantl via Phabricator via lldb-commits
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++,

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

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 230341. JDevlieghere added a comment. Fix inconsistent newlines. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/ https://reviews.llvm.org/D70514 Files: lldb/docs/CMakeLists.txt lldb/docs/conf.py lldb/docs/lldb.1

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

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: labath, mgorny, aprantl, ted. Herald added a subscriber: abidh. Herald added a project: LLDB. JDevlieghere added a comment. Here's what the output looks like: https://reviews.llvm.org/P8170 $ ninja docs-lldb-man [1/1]

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

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Here's what the output looks like: https://reviews.llvm.org/P8170 $ ninja docs-lldb-man [1/1] Generating man Sphinx documentation for lldb into "/Volumes/Jonas/llvm/build-ra/tools/lldb/docs/man" $ nroff -man