mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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() {
|
||||
return miBreakpoint;
|
||||
}
|
||||
|
||||
|
||||
public void setMIBreakpoint(MIBreakpoint newMIBreakpoint) {
|
||||
miBreakpoint = newMIBreakpoint;
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.eclipse.cdt.debug.core.cdi.ICDIBreakpoint#getCondition()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue