tfiala added a comment. In http://reviews.llvm.org/D12831#246394, @zturner wrote:
> Sorry this took so long. Here's my first run: No worries. > Traceback (most recent call last): > > File "D:/src/llvm/tools/lldb/test/dotest.py", line 1416, in <module> > import dosep > File "D:\src\llvm\tools\lldb\test\dosep.py", line 48, in <module> > import dotest_channels > File "D:\src\llvm\tools\lldb\test\dotest_channels.py", line 22, in > > <module> > > class CollectingReaderChannel(asyncore.file_dispatcher): > > AttributeError: 'module' object has no attribute 'file_dispatcher' Okay. That's the part where asyncore docs and googling/SO differ on how much (if any) of asyncore works on Windows. At the moment I can nuke the CollectingReaderChannel. I'll put up a diff. If that works, great. If not, we may still hit another part of asyncore that isn't supported, and that will take longer to work out a non-breaking solution. Back as soon as I have a change to try... > I haven't looked into this at all yet, but thought I would post a > preliminary result as soon as I had one. Will look into it now http://reviews.llvm.org/D12831 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits