This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [docs] Add a manpage for lldb-server
ClosedPublic

Authored by mgorny on Dec 8 2020, 10:57 AM.

Diff Detail

Event Timeline

mgorny requested review of this revision.Dec 8 2020, 10:57 AM
mgorny created this revision.

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 documented in --help and gdb-remote doesn't seem to support it.

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 well.

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 well.

Sure, that makes sense to me.

labath accepted this revision.Dec 10 2020, 5:19 AM

Thanks for writing this.

lldb/docs/man/lldb-server.rst
109

s/instructedb/instructed

This revision is now accepted and ready to land.Dec 10 2020, 5:19 AM
mgorny marked an inline comment as done.Dec 10 2020, 5:59 AM
mgorny added inline comments.
lldb/docs/man/lldb-server.rst
109

Actually 'instructed by' ;-).

This revision was automatically updated to reflect the committed changes.
mgorny marked an inline comment as done.
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2020, 6:03 AM