[all-commits] [llvm/llvm-project] 82ee31: [lldb] Updated lldb-server to spawn the child proc...

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Mon Aug 12 07:50:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82ee31f75ac1316006fa9e21dddfddec37cf7072
      https://github.com/llvm/llvm-project/commit/82ee31f75ac1316006fa9e21dddfddec37cf7072
  Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M lldb/tools/lldb-server/lldb-platform.cpp

  Log Message:
  -----------
  [lldb] Updated lldb-server to spawn the child process and share socket (#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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list