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



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

Reply via email to