Skip to content

Commit

Permalink
[lldb] Updated lldb-server to spawn the child process and share socket (
Browse files Browse the repository at this point in the history
#101283)

`lldb-server platform --server` works on Windows now w/o multithreading.
The rest functionality remains unchanged.

Fixes #90923, fixes #56346.

This is the part 1 of the replacement of #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 fiх #97537.
  • Loading branch information
slydiman authored Aug 12, 2024
1 parent 73d835c commit 82ee31f
Showing 1 changed file with 297 additions and 66 deletions.
Loading

0 comments on commit 82ee31f

Please sign in to comment.