[Lldb-commits] [lldb] [lldb] Updated lldb-server to spawn the child process and share socket (PR #101283)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 05:57:56 PDT 2024


https://github.com/labath commented:

I actually quite like this. I think we should further merge the platform specific code into one place (which, among other things, will reduce the total number of ifdefs to ~one, and put all of the socket handling code next to each other), but apart from that, I think this is great (all things considered, etc).

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


More information about the lldb-commits mailing list