[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-10 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. mgorny marked an inline comment as done. Closed by commit rG25c40a45999e: [lldb] [docs] Add a manpage for lldb-server (authored by mgorny). Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-10 Thread Michał Górny via Phabricator via lldb-commits
mgorny marked an inline comment as done. mgorny added inline comments. Comment at: lldb/docs/man/lldb-server.rst:108 +If neither of target options are used, :program:`lldb-server` is started +without a specific target. It can be afterwards instructedb the client +to launch or att

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-10 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Thanks for writing this. Comment at: lldb/docs/man/lldb-server.rst:108 +If neither of target options are used, :program:`lldb-server` is started +without a specific target. I

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. In D92872#2440764 , @JDevlieghere wrote: > Nice! > > Currently we have the `lldb` man page listed under "Reference" on the > website. Do you think it would be worth creating a separate section for the > man pages with `lldb` and

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Nice! Currently we have the `lldb` man page listed under "Reference" on the website. Do you think it would be worth creating a separate section for the man pages with `lldb` and `lldb-server` listed there? I thinking about adding a man page for `debugserver` as we

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. This is half-guesswork since `platform` command seems to be undocumented, so I'd appreciate any suggestions what I got wrong. I've omitted `--debug` and `--verbose` from platform since they don't seem to do anything. I've also omitted UNIX socket support since it's not

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, JDevlieghere, zturner, emaste, krytarowski. mgorny requested review of this revision. https://reviews.llvm.org/D92872 Files: lldb/docs/conf.py lldb/docs/man/lldb-server.rst Index: lldb/docs/man/lldb-server.rst