I work on Chrome, which spawns a new process when you open up a new tab to visit a new webpage. I'm able to alter the command line used to spawn those new processes. I'm hoping there's a way to cause each new process to automatically be attached to be gdb in SlickEdit on Linux. e.g. some magical switch like, "vs --attachgdb myexe --args -blah -foo -bar".
If not, perhaps there's a way to easily attach to all processes that are children of a process?