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

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 30 09:24:24 PST 2015


tberghammer added a comment.

I decided to go with the "platform process connect" command as it connects to both to a platform and to a process instances at the same time but I agree it is not very clear.

We can make this the default functionality for "platform connect" but then we have to add a new packet to the gdb protocol where lldb can ask the platform if it have to connect to a process instance or not. I am not sure if using "platform connect" will be clearer enough to give us a reason to add a new packet because in that case it will have 2 slightly different functionality based on the way lldb-platform was started on the remote target.

If you prefer adding the functionality to "platform connect" then I am happy with that solution also but I am not convinced it is any better then this approach.


http://reviews.llvm.org/D14952





More information about the lldb-commits mailing list