[Lldb-commits] [lldb] [lldb][RPC] Upstream lldb-rpc-gen tool (PR #138031)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 27 12:05:05 PDT 2025


chelcassanova wrote:

One more time, I've updated the patch. Some points:

- I've removed our exception list for the methods that were unconditionally given a connection
- For the FIXME that we had for changing the LLDB namespace I've changed to a note as to why we use simple string replacement.
- Again, for the pointer plus len list, that can be addressed in a follow up PR.
- I added a CMake variable to optionally skip building LLDB RPC.

>From this, I think this patch is pretty much ready to land if no one else finds big outstanding issues :)

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


More information about the lldb-commits mailing list