clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

If you want remote debugging, you should actually implement the lldb-server 
code and not do a native Process plug-in. What linux and macosx do is even when 
debugging locally we run through lldb-server (a GDB remote protocol server). 
This way when you need to remotely debug, it doesn't change anything. I would 
highly suggest that we go this route. Todd Fiala can help guide you with this. 
Does remote debugging interest you?


Repository:
  rL LLVM

http://reviews.llvm.org/D20274



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

Reply via email to