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:
parent
a7be6ca721
commit
aef735d1d9
1 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue