mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 07:45:50 +02:00
createLocation(long) new method.
This commit is contained in:
parent
115779c65b
commit
13b78e7300
1 changed files with 9 additions and 1 deletions
|
@ -399,4 +399,12 @@ public class BreakpointManager extends SessionObject implements ICDIBreakpointMa
|
||||||
return new Location(file, function, line);
|
return new Location(file, function, line);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.eclipse.cdt.debug.core.cdi.ICDIBreakpointManager#createLocation(long)
|
||||||
|
*/
|
||||||
|
public ICDILocation createLocation(long address) {
|
||||||
|
return new Location(address);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue