1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-17 13:15:44 +02:00

setMIBreakpoint new method.

This commit is contained in:
Alain Magloire 2003-01-28 19:53:41 +00:00
parent a7be6ca721
commit aef735d1d9

View file

@ -32,6 +32,10 @@ public class Breakpoint extends CObject implements ICDILocationBreakpoint {
return miBreakpoint; return miBreakpoint;
} }
public void setMIBreakpoint(MIBreakpoint newMIBreakpoint) {
miBreakpoint = newMIBreakpoint;
}
/** /**
* @see org.eclipse.cdt.debug.core.cdi.ICDIBreakpoint#getCondition() * @see org.eclipse.cdt.debug.core.cdi.ICDIBreakpoint#getCondition()
*/ */