[Lldb-commits] [PATCH] D20274: Add preliminary bits for Plugins/Process/NetBSD
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon May 16 10:25:00 PDT 2016
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
More information about the lldb-commits
mailing list