#include <stddef.h>


Go to the source code of this file.
Functions | |
| void | hexdump (void *buffer, ulong length, bool text) |
| Dump a buffer of given length to the to a device. | |
| void | breakpoint (void) |
| Break from running the code and run the debugger. | |
Definition in file debug.h.
| void breakpoint | ( | void | ) |
Dump a buffer of given length to the to a device.
| stdout | device to output on | |
| *buffer | buffer to print out data in | |
| length | length of buffer to print | |
| canon | canonical representation (hex+ASCII) |
Definition at line 47 of file debug.c.
References fprintf(), hexdump_print(), and TRUE.
Referenced by xsh_memdump().


1.5.6