1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/dsf-gdb
Marc Khouzam d04019eacd Simplify API that opens the DebuggerConsole
IDebuggerConsoleManager.showConsoleView() was mimicked on
IConsoleManager.showConsoleView() which allows to specify which console
in the view should now be shown.

This makes sense for the generic platform Console view where extenders
could choose to display any kind of console when an event happens (e.g.,
a build console when the build is started).  However, in our Debugger
Console case, it complicates things unnecessarily. In our case, we want
to be able to open the view, but the console to show is handled by other
logic such as a synchronizer service.

And if there is a need to change which console should be shown within
the Debugger Console view, then IDebuggerConsoleView.display() should be
used.  I think having it in IConsoleManager.showConsoleView() is a
shortcut that is not very useful in our case.

Change-Id: Id66ea5c953e8a7ab603cfc23789a814c1ad821d2
2016-10-31 11:18:41 -04:00
..
org.eclipse.cdt.dsf.gdb Bug 505746 - A colon in the project name causes an NPE 2016-10-28 07:02:35 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.dsf.gdb.tests Bug 497693/ Sysroot with spaces 2016-09-21 10:01:49 -04:00
org.eclipse.cdt.dsf.gdb.ui Simplify API that opens the DebuggerConsole 2016-10-31 11:18:41 -04:00
org.eclipse.cdt.examples.dsf.gdb Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.dsf-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.dsf.source-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.tests.dsf.gdb Update dsf-gdb test suite to run GDB 7.12 2016-10-12 08:37:49 -04:00