[all-commits] [llvm/llvm-project] 3fa023: [lldb] Add lldb-server targets to build docs

David Spickett via All-commits all-commits at lists.llvm.org
Thu Jan 12 04:35:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fa023970dafbbf2aa98ea67123d2e8318dd6916
      https://github.com/llvm/llvm-project/commit/3fa023970dafbbf2aa98ea67123d2e8318dd6916
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M lldb/docs/resources/build.rst

  Log Message:
  -----------
  [lldb] Add lldb-server targets to build docs

The current doc has people just do "ninja lldb" which is
not incorrect, it does build lldb. However it does not build lldb-server.
So you can't just "lldb some-binary" and expect it to work.

I've updated the instructions to reflect that most of the time
you'll want both lldb and lldb-server.

Though there is a use case for building just lldb. I'm assuming
Mac OS (where you have debugserver) and if you only wanted to do
remote debug.

Fixes #59575

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D140385




More information about the All-commits mailing list