1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug
Marc Khouzam 0c0b6ef6ff Bug 444395 - Must synchronize creation of bp extension
It is possible that more than one thread try to fetch the extension of
the same breakpoint.  If that extension is not created yet, both threads
could end up creating two different ones by mistake.

We must synchronize the possible creation of the breakpoint extension to
avoid such a situation.

Change-Id: I51118bdfb9c4215fca14d7b5e18a5963e02cde34
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/33620
Tested-by: Hudson CI
2014-09-25 14:28:17 -04:00
..
org.eclipse.cdt.debug.application Bug 439830 - Standalone debugger launch script can fail when 'source' 2014-07-29 12:43:19 -04:00
org.eclipse.cdt.debug.application.doc Minor edits to Stand-alone debugger docs. 2014-07-25 18:43:11 -04:00
org.eclipse.cdt.debug.core Bug 444395 - Must synchronize creation of bp extension 2014-09-25 14:28:17 -04:00
org.eclipse.cdt.debug.core.tests Updated the about.html files. 2006-05-24 13:51:50 +00:00
org.eclipse.cdt.debug.mi.core Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.debug.mi.ui Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.debug.standalone-feature Update pom.xml of features for which version was changed to 8.5 2014-07-24 13:35:24 -04:00
org.eclipse.cdt.debug.standalone.source-feature Update pom.xml of features for which version was changed to 8.5 2014-07-24 13:35:24 -04:00
org.eclipse.cdt.debug.ui Bug 355165 - Cannot insert breakpoint when org.eclipse.cdt.debug.ui is not running 2014-09-22 15:50:51 -04:00
org.eclipse.cdt.debug.ui.tests Add missing arg for jacoco in in tests. Update jacoco. 2014-08-28 15:40:26 -04:00
org.eclipse.cdt.gdb Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.gdb-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gdb.source-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gdb.ui Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.gnu.debug-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.debug.source-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00