1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 23:15:24 +02:00

2005-04-15 Alain Magloire

Fix Pr 91581
	* src/org/eclipse/cdt/debug/internal/core/breakpoint/CAddressBreakpoint.java
This commit is contained in:
Alain Magloire 2005-04-15 18:24:52 +00:00
parent 672f24a4d4
commit 847c9e8064
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-04-15 Alain Magloire
Fix Pr 91581
* src/org/eclipse/cdt/debug/internal/core/breakpoint/CAddressBreakpoint.java
2005-04-07 Mikhail Khodjaiants
Move to Eclipse-31M6.
* CMemoryBlockRetrievalExtension.java

View file

@ -15,7 +15,7 @@ import java.util.Map;
import org.eclipse.cdt.debug.core.model.ICAddressBreakpoint;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.osgi.framework.msg.MessageFormat;
import java.text.MessageFormat;
/**
* A breakpoint that suspend the execution when a particular address is reached.