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

Making The Program Dump Core


Functions

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


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");

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