ARM VERSION 1.2 Ficha Técnica Página 108

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 176
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 107
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.
Vista de página 107
1 2 ... 103 104 105 106 107 108 109 110 111 112 113 ... 175 176

Comentários a estes Manuais

Sem comentários