[Lldb-commits] [lldb] [DRAFT][lldb][RPC] Design doc for upstreaming PR (PR #138612)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Tue May 6 10:06:51 PDT 2025
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
More information about the lldb-commits
mailing list