68 dump_memory(
char *buf,
size_t bufsize,
const void *mem,
size_t memsize,
No address or offset in memory dump.
A record describing all 64-bit general-purpose registers.
Include address offset in memory dump.
int dump_cpuflags(char *buf, size_t bufsize, uint64_t rflags)
Dump the contents of the CPU flags register.
dumpstyle
Memory dump output style.
int dump_registers(char *buf, size_t bufsize, const registers_t *regs)
Dump the contents of a CPU registers structure to a string buffer.
x86 CPU-specific function implementations.
Include full address in memory dump.
int dump_memory(char *buf, size_t bufsize, const void *mem, size_t memsize, enum dumpstyle style)
Dump the contents of memory.