hprof_error.c File Reference

#include "hprof.h"
#include <signal.h>
Include dependency graph for hprof_error.c:

Go to the source code of this file.

Functions

static void error_message (const char *format,...)
static void error_abort (void)
static void signal_handler (int sig)
static void setup_signal_handler (int sig)
static void terminate_everything (jint exit_code)
void error_setup (void)
void error_do_pause (void)
void error_exit_process (int exit_code)
static const char * source_basename (const char *file)
void error_assert (const char *condition, const char *file, int line)
void error_handler (jboolean fatal, jvmtiError error, const char *message, const char *file, int line)
void debug_message (const char *format,...)
void verbose_message (const char *format,...)

Variables

static int p = 1

Function Documentation

void debug_message ( const char *  format,
  ... 
)

Definition at line 192 of file hprof_error.c.

Here is the caller graph for this function:

static void error_abort ( void   )  [static]

Definition at line 64 of file hprof_error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void error_assert ( const char *  condition,
const char *  file,
int  line 
)

Definition at line 157 of file hprof_error.c.

Here is the call graph for this function:

void error_do_pause ( void   ) 

Definition at line 113 of file hprof_error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void error_exit_process ( int  exit_code  ) 

Definition at line 131 of file hprof_error.c.

Here is the caller graph for this function:

void error_handler ( jboolean  fatal,
jvmtiError  error,
const char *  message,
const char *  file,
int  line 
)

Definition at line 165 of file hprof_error.c.

Here is the call graph for this function:

static void error_message ( const char *  format,
  ... 
) [static]

Definition at line 54 of file hprof_error.c.

Here is the caller graph for this function:

void error_setup ( void   ) 

Definition at line 107 of file hprof_error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void setup_signal_handler ( int  sig  )  [static]

Definition at line 81 of file hprof_error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void signal_handler ( int  sig  )  [static]

Definition at line 73 of file hprof_error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static const char* source_basename ( const char *  file  )  [static]

Definition at line 137 of file hprof_error.c.

Here is the caller graph for this function:

static void terminate_everything ( jint  exit_code  )  [static]

Definition at line 90 of file hprof_error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void verbose_message ( const char *  format,
  ... 
)

Definition at line 202 of file hprof_error.c.

Here is the caller graph for this function:


Variable Documentation

int p = 1 [static]

Definition at line 49 of file hprof_error.c.


Generated on 19 Nov 2012 for hprof by  doxygen 1.6.1