[Lldb-commits] [lldb] [lldb-dap] Partially reverting OutputRedirector changes. (PR #125136)
Vladimir Vereschaka via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 30 21:01:02 PST 2025
vvereschaka wrote:
@ashgti ,
these changes break the windows build with the following errors:
```
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\IOStream.h(41): error C2061: syntax error: identifier 'SOCKET'
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\IOStream.h(48): error C3646: 'm_socket': unknown override specifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\IOStream.h(48): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
68.008 [200/18/5080]Building CXX object tools\lldb\tools\lldb-dap\CMakeFiles\lldb-dap.dir\FunctionBreakpoint.cpp.obj
```
https://lab.llvm.org/buildbot/#/builders/197/builds/1379/steps/8/logs/stdio
https://lab.llvm.org/buildbot/#/builders/197/builds/1379
would you take care of it?
https://github.com/llvm/llvm-project/pull/125136
More information about the lldb-commits
mailing list