RTEMS Linker  0.0.1
RTEMS Tools Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rtems::utils Namespace Reference

Functions

void dump (const void *addr, size_t length, size_t size, bool real, size_t line_length, uint32_t offset)
 

Function Documentation

void rtems::utils::dump ( const void *  addr,
size_t  length,
size_t  size,
bool  real = false,
size_t  line_length = 16,
uint32_t  offset = 0 
)

Hex display memory.

Parameters
addrThe address of the memory to display.
lengthThe number of elements to display.
sizeThe size of the data element.
realUse the real address based on addr.
line_lengthNumber of elements per line.
offsetThe printed offset.