mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
Added getRegisterObject
This commit is contained in:
parent
d9ee41d684
commit
0e5be21fd3
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ public class Register extends Variable implements ICDIRegister {
|
||||||
super(obj, var);
|
super(obj, var);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public RegisterObject getRegisterObject() {
|
||||||
|
return (RegisterObject)super.getVariableObject();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIVariable#getValue()
|
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIVariable#getValue()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue