Is is possible to let lldb
to attach to the 2nd new process of some executable? We could attach the next new process of some executable with
attach -w -n "/path/to/executable"
But now an action will launch a pair of instances of some executable, I want to only attach to the 2nd process.