[Lldb-commits] [lldb] [DRAFT][lldb][RPC] Design doc for upstreaming PR (PR #138612)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue May 6 10:41:04 PDT 2025


bulbazord wrote:

> > But there's no lldb-rpc client built into lldb, right? Because that would be my first instinct to try.
> 
> Not directly in lldb itself as the `lldb-rpc-client` binary is a separate build object.

To add to this, LLDBRPC's API should be *almost* the same as LLDB's. The major difference is that some methods and constructors will need to take an additional `connection` parameter. It would be possible to write some `lldb-rpc` driver, but we haven't done.



https://github.com/llvm/llvm-project/pull/138612


More information about the lldb-commits mailing list