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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to