You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Updated lldb-server to spawn the child process and share socket on Windows
`lldb-server platform --server` works on Windows now w/o multithreading. The rest functionality remains unchanged.
Depends on llvm#101383.
Fixesllvm#90923, fixesllvm#56346.
This is the part 1 of the replacement of llvm#100670.
In the part 2 I plan to switch `lldb-server gdbserver` to use `--fd` and listen a common gdb port for all gdbserver connections. Then we can remove gdb port mapping to fixllvm#97537.
0 commit comments