[Lldb-commits] [lldb] [lldb][RPC] Upstream Python scripts (PR #138028)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Tue May 13 15:30:31 PDT 2025


================
@@ -0,0 +1,13 @@
+// Generate a dummy SB API file using lldb-rpc-gen.
+# RUN: mkdir -p %t/server
+# RUN: mkdir -p %t/lib
----------------
chelcassanova wrote:

I just checked on macOS and got the same error. The error is a bit misleading, it's actually happening because I'm using `%lldb-rpc-gen` which expects that this binary exists in the build which it doesn't (since the tool hasn't landed yet).

If you're ok it, I can XFAIL this test until the `lldb-rpc-gen` itself lands: https://github.com/llvm/llvm-project/pull/138031

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


More information about the lldb-commits mailing list