chelcassanova wrote:

> Ok so if had a very specific situation I wanted to run via lldb-rpc, I could 
> write an API test for it? That's cool, if I do find a bug I'd need to write a 
> test case anyway.

Yes, you could have an API test that could then get run against liblldbrpc. We 
also have decorators to exclude/include tests that run against liblldbrpc.

> 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.

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