public interface ThreadContext
Modifier and Type | Method and Description |
---|---|
int |
getNumRegisters()
Number of integer registers in the context
|
long |
getRegister(int index)
Get the value of the specified register (0..getNumRegisters() -
1)
|
Address |
getRegisterAsAddress(int index)
Get the value of the specified register (0..getNumRegisters() -
1) as an Address
|
java.lang.String |
getRegisterName(int i)
Get the name of the specified register (0..getNumRegisters() -
1)
|
CFrame |
getTopFrame(Debugger dbg) |
void |
setRegister(int index,
long value)
Set the value of the specified register (0..getNumRegisters() -
1)
|
void |
setRegisterAsAddress(int index,
Address value)
Set the value of the specified register (0..getNumRegisters() -
1) as an Address
|
int getNumRegisters()
java.lang.String getRegisterName(int i)
long getRegister(int index)
void setRegister(int index, long value)
Address getRegisterAsAddress(int index)
void setRegisterAsAddress(int index, Address value)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.