mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 05:05:43 +02:00
setMIBreakpoint new method.
This commit is contained in:
parent
a7be6ca721
commit
aef735d1d9
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ public class Breakpoint extends CObject implements ICDILocationBreakpoint {
|
||||||
public MIBreakpoint getMIBreakpoint() {
|
public MIBreakpoint getMIBreakpoint() {
|
||||||
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