[Lldb-commits] [lldb] [lldb] Removed gdbserver ports map from lldb-server (PR #104238)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 16 04:06:34 PDT 2024
slydiman wrote:
> And everything works as expected. I don't normally run remote tests with `ninja check-lldb`, so I just ran the above command in a couple of terminals at the same time and there weren't any problems.
Note we are testing
- API, Shell, unittests locally on Windows x86_64
- API, Shell, unittests locally on Linux x86_64
- API, Shell test cross Windows x86_64 host + Linux AArch64 target
- API, Shell test cross Linux x86_64 host + Linux AArch64 target
Currently we have 2 tests failed on Windows host/local. But these fails are not related to this patch.
https://github.com/llvm/llvm-project/pull/104238
More information about the lldb-commits
mailing list