#include "hprof.h"#include <signal.h>
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 |
| void debug_message | ( | const char * | format, | |
| ... | ||||
| ) |
| static void error_abort | ( | void | ) | [static] |
Definition at line 64 of file hprof_error.c.


| void error_assert | ( | const char * | condition, | |
| const char * | file, | |||
| int | line | |||
| ) |
| void error_do_pause | ( | void | ) |
Definition at line 113 of file hprof_error.c.


| void error_exit_process | ( | int | exit_code | ) |
| void error_handler | ( | jboolean | fatal, | |
| jvmtiError | error, | |||
| const char * | message, | |||
| const char * | file, | |||
| int | line | |||
| ) |
| static void error_message | ( | const char * | format, | |
| ... | ||||
| ) | [static] |
| void error_setup | ( | void | ) |
Definition at line 107 of file hprof_error.c.


| static void setup_signal_handler | ( | int | sig | ) | [static] |
Definition at line 81 of file hprof_error.c.


| static void signal_handler | ( | int | sig | ) | [static] |
Definition at line 73 of file hprof_error.c.


| static const char* source_basename | ( | const char * | file | ) | [static] |
| static void terminate_everything | ( | jint | exit_code | ) | [static] |
Definition at line 90 of file hprof_error.c.


| void verbose_message | ( | const char * | format, | |
| ... | ||||
| ) |
int p = 1 [static] |
Definition at line 49 of file hprof_error.c.
1.6.1