Trippin Cyril
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
trippingcyril::crash Namespace Reference

Crash related functions. More...

Functions

void SetInteractive (bool b)
 
void SetCoreDump (bool b)
 
bool InitCrashHandler ()
 
void StackTrace ()
 

Detailed Description

Crash related functions.

Function Documentation

bool trippingcyril::crash::InitCrashHandler ( )

Actually initialize our crash handler

Returns
true if successfully initialized
void trippingcyril::crash::SetCoreDump ( bool  b)

Tell our crash handler to do a coredump as well

void trippingcyril::crash::SetInteractive ( bool  b)

Tell our crash handler to go into a gdb shell on crash, useful for debugging

void trippingcyril::crash::StackTrace ( )

Fork off and generate a stacktrace of all running threads