winIDEA SDK
|
report to a file
#include <i_CodeCache.h>
Public Attributes | |
uint8_t | m_byDigitsADDR |
number of digits for ADDR and EADDR field. 0 means as many digits as necessary to display | |
uint8_t | m_byDigitsSIZE |
number of digits for SIZE field. 0 means as many digits as necessary to display | |
uint32_t | m_dwMaxMAUsPerLine |
max number of MAUs per line. 0 for unlimited | |
uint32_t | m_dwSize |
size of this structure | |
ICodeCache * | m_pICC1 |
when reporting a dif, this is the first reference | |
ICodeCache * | m_pICC2 |
when reporting a dif, this is the second reference | |
const char * | m_pszFooter |
text to write after last entry | |
const char * | m_pszFormat |
format string for every entry. More... | |
const char * | m_pszHeader |
text to write before first entry | |
const char * | m_pszTextDif |
text to use to specify difference between 1 and 2 | |
const char * | m_pszTextNotIn1 |
text to use to specify that the range is not in 1 | |
const char * | m_pszTextNotIn2 |
text to use to specify that the range is not in 2 | |
const char* ICodeCache::SReport::m_pszFormat |
format string for every entry.
Field encoding: DIF% - difference type. Replaced by either m_pszTextDif, m_pszTextNotIn1, m_pszTextNotIn2 ADDR% - address hex SIZE% - size hex EADDR% - end address hex DATA% - data DATA1% - data from pICC1 hex DATA2% - data from pICC1 hex