clayborg added a comment.

We really should be making a lldb-server that works on windows instead of 
making a native windows process plug-in that only works on windows. That will 
allow remote debugging to windows machines instead of requiring a local 
connection. It will also allows debug sessions to be logged using the GDB 
remote packets and avoids all of the debugging that goes on with a plug-in 
(ProcessWindows) that does event notifications and everything differently than 
other targets.


https://reviews.llvm.org/D52618



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to