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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue May 6 06:30:07 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
----------------
DavidSpickett wrote:

CI failing with:
```
/var/lib/buildkite-agent/builds/linux-56-59b8f5d88-spx4x-1/llvm-project/github-pull-requests/build/tools/lldb/test/Shell/RPC/Scripts/TestFrameworkIncludeFixScript/Output/CheckSBClass.test.script: line 3: fg: no job control
```
Is it passing locally on Linux for you?

I don't see anything that would need job control, I'm wondering if a stray character is causing the shell to think that.

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


More information about the lldb-commits mailing list