1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/debug/org.eclipse.cdt.debug.core
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
..
.settings Remove unused API filters 2014-04-09 15:24:47 -04:00
cdi/org/eclipse/cdt/debug/core/cdi Code cleanup, mostly about missing @Override 2012-01-17 09:42:18 -05:00
META-INF Bug 400628 - Support Dynamic Printf 2014-05-01 16:05:03 -04:00
schema Revert "[bug 417138] Various schema cleanups in cdt.debug.*" 2013-09-13 09:48:33 -07:00
src/org/eclipse/cdt/debug Bug 444395 - Must synchronize creation of bp extension 2014-09-25 14:28:17 -04:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.cvsignore ignore doc dir 2002-09-18 13:36:38 +00:00
.options Pattern for using DebugTrace within plug-ins. 2011-04-13 15:57:45 +00:00
.project Fix API tooling problems and first pass and cleanup of the Executables view sources. Does not yet include all changes from the patch in bug 265796 2009-02-25 15:24:14 +00:00
about.html Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
build.properties Bug 315439 Fix up copyright 2010-06-03 14:35:46 +00:00
ChangeLog Bugzilla Bug 156707: A failed operation (e.g., resume) can leave the CDebugTarget in an invalid run state. 2006-09-11 17:22:22 +00:00
ChangeLog-2003 Removed dependencies on the compatibility plugin and replaced deprecated classes and methods. 2004-05-21 19:59:49 +00:00
NEWS Added NEWS file. 2005-01-13 18:51:12 +00:00
plugin.properties Bug 400628 - Support Dynamic Printf 2014-05-01 16:05:03 -04:00
plugin.xml Bug 400628 - Support Dynamic Printf 2014-05-01 16:05:03 -04:00
pom.xml Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00