public class LinuxIA64ThreadContext extends IA64ThreadContext
AP_BSPSTORE, AP_CCV, AP_DCR, AP_EC, AP_LC, AP_PFS, AP_RNAT, AP_RSC, AP_UNAT, AR_BSP, BR_RP, BR0, BR1, BR2, BR3, BR4, BR5, BR6, BR7, DB_D0, DB_D1, DB_D2, DB_D3, DB_D4, DB_D5, DB_D6, DB_D7, DB_I0, DB_I1, DB_I2, DB_I3, DB_I4, DB_I5, DB_I6, DB_I7, GR0, GR1, GR10, GR11, GR12, GR13, GR14, GR15, GR16, GR17, GR18, GR19, GR2, GR20, GR21, GR22, GR23, GR24, GR25, GR26, GR27, GR28, GR29, GR3, GR30, GR31, GR4, GR5, GR6, GR7, GR8, GR9, INT_NATS, NPRGREG, PREDS, RS_BSP, RS_BSPSTORE, RS_PFS, RS_RNAT, RS_RSC, SP, ST_IFS, ST_IIP, ST_IPSR
Constructor and Description |
---|
LinuxIA64ThreadContext(LinuxDebugger debugger) |
Modifier and Type | Method and Description |
---|---|
Address |
getRegisterAsAddress(int index)
This can't be implemented in this class since we would have to
tie the implementation to, for example, the debugging system
|
void |
setRegisterAsAddress(int index,
Address value)
This can't be implemented in this class since we would have to
tie the implementation to, for example, the debugging system
|
getNumRegisters, getRegister, getRegisterName, getTopFrame, setRegister
public LinuxIA64ThreadContext(LinuxDebugger debugger)
public void setRegisterAsAddress(int index, Address value)
IA64ThreadContext
setRegisterAsAddress
in interface ThreadContext
setRegisterAsAddress
in class IA64ThreadContext
public Address getRegisterAsAddress(int index)
IA64ThreadContext
getRegisterAsAddress
in interface ThreadContext
getRegisterAsAddress
in class IA64ThreadContext
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.