[Lldb-commits] [lldb] [lldb] rename fooSynthProvider module (PR #118094)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 2 00:14:18 PST 2024


labath wrote:

> Maybe it's true, I've tried to test lldb on riscv using dotest.py with remote debugging options.

It sounds like you're using the mode which runs all tests (files) in the same process. I don't know if anyone uses it these days (and this error sort of says "no"). I don't think this change is bad, but I fear you may run into more of these inter-test interactions if you keep using it (some of them may not be so easy to fix). If I were you, I'd switch to the (standard) one-process-per-test mode.

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


More information about the lldb-commits mailing list