Author Topic: Multi process debugging in Linux  (Read 2797 times)

scheib

  • Community Member
  • Posts: 9
  • Hero Points: 0
Multi process debugging in Linux
« on: November 24, 2010, 05:26:42 PM »
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?