[Lldb-commits] [lldb] [lldb] Multithreading lldb-server works on Windows now; fixed gdb port mapping (PR #100670)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 26 07:27:09 PDT 2024


slydiman wrote:

> to replace the fork with spawning a new process (fork+execve) instead. Have you considered that?

To fix all gdb port mapping issues we need a common port mapping available to all platform connections. It is possible only with the multithreading.

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


More information about the lldb-commits mailing list