[Lldb-commits] [lldb] [DRAFT][lldb][RPC] Design doc for upstreaming PR (PR #138612)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue May 6 05:51:44 PDT 2025


https://github.com/DavidSpickett commented:

Thanks for writing this up.

When we get to a point where PRs have landed you can just change "will be" / "will do" language to "is" / "does" and it should be a good reference for the future.

One thing that is missing right now is how to test it. Basic things just like what format of test does it use (shell I think) and is it added to a ninja check target.

Also, is there a way for a developer to set up an lldb-rpc based session? If we have an issue that only happens over lldb-rpc. Which in theory we won't, but we might think we do and need to check that.

In other words - if the only way to do that is to use XCode - that would not be good.

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


More information about the lldb-commits mailing list