Modifier and Type | Method and Description |
---|---|
public int | |
public long | |
public Address | getRegisterAsAddress(int index)
Get the value of the specified register (0..getNumRegisters() - 1) as an Address |
public String | |
public CFrame | |
public void | setRegister(int index, long value)
Set the value of the specified register (0..getNumRegisters() - 1) |
public void | setRegisterAsAddress(int index, Address value)
Set the value of the specified register (0..getNumRegisters() - 1) as an Address |
getNumRegisters | back to summary |
---|---|
public int getNumRegisters() Number of integer registers in the context |
getRegister | back to summary |
---|---|
public long getRegister(int index) Get the value of the specified register (0..getNumRegisters() - 1) |
getRegisterAsAddress | back to summary |
---|---|
public Address getRegisterAsAddress(int index) Get the value of the specified register (0..getNumRegisters() - 1) as an Address |
getRegisterName | back to summary |
---|---|
public String getRegisterName(int i) Get the name of the specified register (0..getNumRegisters() - 1) |
getTopFrame | back to summary |
---|---|
public CFrame getTopFrame(Debugger dbg) |
setRegister | back to summary |
---|---|
public void setRegister(int index, long value) Set the value of the specified register (0..getNumRegisters() - 1) |
setRegisterAsAddress | back to summary |
---|---|
public void setRegisterAsAddress(int index, Address value) Set the value of the specified register (0..getNumRegisters() - 1) as an Address |