[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap port listening mode to allow multiple connections. (PR #116392)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 3 10:15:15 PST 2025
ashgti wrote:
> Overall, I like the StreamDescriptor changes, but I fear this patch is starting to lose focus again. Could you separate the refactor into a separate PR?
Reverted those changes, I kept running into clang (Xcode 16.0 release of clang) crashes compiling lldb-dap for some reason with the existing StreamDescriptor and the `OnAccept` callback with the `MainLoop` object. This version is working for me now and not crashing the compiler.
https://github.com/llvm/llvm-project/pull/116392
More information about the lldb-commits
mailing list