I see that LLDB is regularly built and shipped with prebuilt LLVM on GitHub.
Just like @llvm_toolchain//:clang-format exists, would it be possible to add @llvm_toolchain//:lldb so that LLDB could be used for debugging without the need to install one?
Would then something like bazel run //:my-target --run_under=@llvm_toolchain//:lldb even work?
I see that LLDB is regularly built and shipped with prebuilt LLVM on GitHub.
Just like
@llvm_toolchain//:clang-formatexists, would it be possible to add@llvm_toolchain//:lldbso that LLDB could be used for debugging without the need to install one?Would then something like
bazel run //:my-target --run_under=@llvm_toolchain//:lldbeven work?