gemfire::SignalHandler Class Reference


Detailed Description

Represents a signal handler used for dumping stacks and attaching a debugger.

Static Public Member Functions

static void installBacktraceHandler ()
 register the GemFire backtrace signal handler for signals that would otherwise core dump.
static void waitForDebugger ()
 wait in a loop to allow a debugger to be manuallly attached and done is set to 1.

Member Function Documentation

static void gemfire::SignalHandler::installBacktraceHandler (  )  [static]

register the GemFire backtrace signal handler for signals that would otherwise core dump.

static void gemfire::SignalHandler::waitForDebugger (  )  [static]

wait in a loop to allow a debugger to be manuallly attached and done is set to 1.


GemFire C++ Cache API Documentation