1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/dsf-gdb
Marc Khouzam fbe9807877 Allow GdbLaunch#getGDBVersion() to be called more than once.
Originally, we used LaunchUtils.getGDBVersion() to fetch the GDB
version.  Because that method was used for any debug session, we didn't
cache the result of it.

Now that we moved the version handling to the GdbLaunch class, and that
this class is unique per session, we can cache the result of the
getGDBVersion(), allowing it to be called more than once.

Change-Id: I1a396134ca5c609224f8abb7b70d1e0866810497
2016-08-01 22:19:38 -04:00
..
org.eclipse.cdt.dsf.gdb Allow GdbLaunch#getGDBVersion() to be called more than once. 2016-08-01 22:19:38 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
org.eclipse.cdt.dsf.gdb.tests Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
org.eclipse.cdt.dsf.gdb.ui Provide a timeout for query that might run in UI thread. 2016-05-10 08:48:16 -04:00
org.eclipse.cdt.examples.dsf.gdb Bug 485107: ensure correct adapter factory is being used 2016-04-27 17:14:03 +01:00
org.eclipse.cdt.gnu.dsf-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.gnu.dsf.source-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.tests.dsf.gdb Bug 498882: Add test for UI deadlock on terminating multiple launches 2016-07-30 07:43:03 +01:00