OS_DumpContext

C Specification

#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.

See Also

OS_InitContext, OS_SaveContext, OS_LoadContext

Revision History

12/01/2003 Initial Version