debug.h File Reference

Id
debug.h 1521 2008-08-27 21:51:17Z mschul
More...

#include <stddef.h>

Include dependency graph for debug.h:

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

Id
debug.h 1521 2008-08-27 21:51:17Z mschul

Definition in file debug.h.


Function Documentation

void breakpoint ( void   ) 

Break from running the code and run the debugger.

Definition at line 92 of file debug.c.

void hexdump ( void *  buffer,
ulong  length,
bool  canon 
)

Dump a buffer of given length to the to a device.

Parameters:
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().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Fri Sep 19 13:40:29 2008 for Embedded XINU by  doxygen 1.5.6