[Lldb-commits] [PATCH] D128250: [LLDB][RISCV]Add initial support for lldb-server.

Emmmer S via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 21 02:05:32 PDT 2022


Emmmer added a comment.

In D128250#3598223 <https://reviews.llvm.org/D128250#3598223>, @DavidSpickett wrote:

> I'll give this a more thorough read later just one comment for now.
>
> In the meantime, what's your plan for testing this config going forward? This patch would be fine as the first of a series but I'd like to see the follow ups that make it usable.
>
> Will there be a build bot? You could at least enable building lldb on an existing riscv bot, while you iron out all the inevitable test suite issues.

To use gdbserver by lldb requires the participation of lldb-server, so my current plan is to allow lldb to co-op with gdbserver, then let lldb be able to use lldb-server, pass the unit tests, and finally add riscv32 support. 
We use `Open Build Server` as the riscv build bot <https://build.tarsier-infra.com/package/show/Factory:RISC-V/lldb>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128250/new/

https://reviews.llvm.org/D128250



More information about the lldb-commits mailing list