Datasheet

ARMulator Reference
4-48 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
4.10.7 ARMul_AddCounterValue64
This function provides the facility for your model to supply statistics for the debugger
to display.
Syntax
int ARMul_AddCounterValue64(void *handle, ARMword *arg1, ARMword *arg2,
const uint64 counterval)
where:
handle
is no longer used.
arg1/arg2
are the arguments passed to the
UnkRDIInfoUpcall()
.
counterval
is the current value of the counter.
Return
The function always returns
RDIError_UnimplementedMessage
.
Usage
Your model must call this function, or
ARMul_AddCounterValue
, from its
UnkRDIInfoUpcall()
handler. This function is identical to
ARMul_AddCounterValue
except
that the word order is big-endian or little-endian according to the word order of the host
system.