[Lldb-commits] [PATCH] D14952: Create new "platform process connect" command

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 30 09:10:45 PST 2015


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

I am not sure that I like this new "platform process connect" command as it isn't really clear what this command does. "platform connect" connects to the remote platform, "process connect" connects directly to a remote GDB server that is already running. Can we just modify "platform connect" to do what "platform process connect" currently does? The code for "platform connect" would just need to detect that the platform has a process that it needs to attach do and do it. I believe this would keep the functionality that you want and keep our commands intact and a bit cleaner.


http://reviews.llvm.org/D14952





More information about the lldb-commits mailing list