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 ()
 Dump core of current thread. More...
 

Detailed Description

Function Documentation

◆ core_dump()

void libcwd::core_dump ( )

Dump core of current thread.

Example:

#define Debug(STATEMENTS...)
Encapsulation macro for general debugging code.
Definition: debug.h:124
void core_dump()
Dump core of current thread.
Definition: debug.cc:806

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

if (error_condition)
DoutFatal(dc::core, "Something went wrong");
fatal_channel_ct core
Definition: debug.cc:537
#define DoutFatal(cntrl, data)
Macro for writing fatal debug output to the default debug object libcw_do .
Definition: debug.h:164
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.