Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Adding processes to the launch--synchronization issue?

Hi All,
In org.eclipse.cdt.launch.remote we add a "remote shell" process to
the launcher to get the application output.
This is currently done via DebugPlugin.newProcess(...) method.
Is there any way to synchronize it somehow with the rest of the
debugging processes/sessions?
I am especially interested in terminating the whole launch when
something happens with the "remote shell" process,
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=368597 and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318051.

Does anyone have any idea?

Thanks!
Anna.


Back to the top