Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

Functions
Making The Program Dump Core

Functions

void libcwd::core_dump (void)
 Dump core of current thread. More...
 

Detailed Description

Function Documentation

void libcwd::core_dump ( void  )

Dump core of current thread.

Example:

Normally you don't call core_dump() directly though. Instead you'd do for example:

if (error_condition)
DoutFatal(dc::core, "Something went wrong");

Referenced by libcwd::debug_ct::debug_ct().

Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.