RegisterValue Class

(Debugger::Internal::RegisterValue)

Public Functions

RegisterValue()
void fromString(const int &str, Debugger::Internal::RegisterFormat format)
void setSubValue(int size, int index, Debugger::Internal::RegisterValue subValue)
void shiftOneDigit(uint digit, Debugger::Internal::RegisterFormat format)
Debugger::Internal::RegisterValue subValue(int size, int index) const
int toString(Debugger::Internal::RegisterKind, int, Debugger::Internal::RegisterFormat, bool) const
bool operator!=(const Debugger::Internal::RegisterValue &other)
bool operator==(const Debugger::Internal::RegisterValue &other)

Member Function Documentation

RegisterValue::RegisterValue()

Default constructs an instance of RegisterValue.

void RegisterValue::fromString(const int &str, Debugger::Internal::RegisterFormat format)

void RegisterValue::setSubValue(int size, int index, Debugger::Internal::RegisterValue subValue)

See also subValue().

void RegisterValue::shiftOneDigit(uint digit, Debugger::Internal::RegisterFormat format)

Debugger::Internal::RegisterValue RegisterValue::subValue(int size, int index) const

See also setSubValue().

int RegisterValue::toString(Debugger::Internal::RegisterKind, int, Debugger::Internal::RegisterFormat, bool) const

bool RegisterValue::operator!=(const Debugger::Internal::RegisterValue &other)

bool RegisterValue::operator==(const Debugger::Internal::RegisterValue &other)