[Lldb-commits] [lldb] [lldb] Upstream lldb-rpc-gen and LLDB RPC server-side emitters (PR #136748)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 30 12:58:33 PDT 2025


chelcassanova wrote:

Looking at this patch again, I think this can actually be split into 4 patches:
- One that just has the Python scripts
- One that has the shell tests
- One with the emitters (`RPCServerSourceEmitter` and `RPCServerHeaderEmitter`)
- One with the `lldb-rpc-gen` tool and the RPC common code for `lldb-rpc-gen`

That should make this easier to review. @DavidSpickett I can still draft up a design doc, but for the sake of readability I'm also going to split this patch up as well.

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


More information about the lldb-commits mailing list