OS_DumpContext

Syntax

#include <nitro/os.h>

void OS_DumpContext( OSContext* context );

Arguments

context Context to be displayed

Return Values

None.

Description

This function displays the context and is used for debugging. This function is used for debugging. The contents of the context structure are displayed by using OS_Printf().

Refer to OS_InitContext() for details on the contents of the context structure.


Display Mode

If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See OS_SetPrintBlockingMode for details.

See Also

OS_InitContext
OS_SaveContext
OS_LoadContext
OS_SetPrintBlockingMode

Revision History

2009/07/27 Added Display Mode.
2003/12/01 Initial version.


CONFIDENTIAL