OpenCBM
|
Some debugging help functions. More...
#include "debug.h"
#include "arch.h"
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
Go to the source code of this file.
Macros | |
#define | DBG_USERMODE |
#define | DBG_PROGNAME "ARCH.LIB" |
Functions | |
void | dbg_memdump (const char *Where, const unsigned char *InputBuffer, const unsigned int Count) |
output a memory dump to the debugging system More... | |
#define DBG_USERMODE |
void dbg_memdump | ( | const char * | Where, |
const unsigned char * | InputBuffer, | ||
const unsigned int | Count | ||
) |
output a memory dump to the debugging system
Generates a byte dump and outputs it to the debugging system
Where | Some text to output in front of the memory dump. This text can be used to identify where this dump occurred. |
InputBuffer | Pointer to a buffer which contains the data bytes to be dumped. |
Count | The size of the buffer to be dumped. |
Definition at line 64 of file dbghelp.c.
References DBG_PREFIX, and DBG_PRINT.