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

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


clayborg added a comment.

I am fine with adding a new platform GDB remote packet that queries for a list of processes that we need to connect to after we attach. It might be nice for clients to be able to vend N number of processes that should be attached to when the platform is connected to. This could have people that implement the GDB remote platform for JTAG style devices that connected up to a chip with multiple cores. When they do "platform connect" they would be immediately connected to all cores.

So I suggest adding some sort of packet that gives back a list of process IDs that we should attach to, and then attach to each of them.


http://reviews.llvm.org/D14952





More information about the lldb-commits mailing list