ROOT  6.05/03
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
gbacktrace.h File Reference
#include <glib/gtypes.h>
+ Include dependency graph for gbacktrace.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define G_BREAKPOINT()   G_STMT_START{ raise (5 /* SIGTRAP */); }G_STMT_END
 

Functions

G_BEGIN_DECLS void g_on_error_query (const gchar *prg_name)
 
void g_on_error_stack_trace (const gchar *prg_name)
 

Macro Definition Documentation

#define G_BREAKPOINT ( )    G_STMT_START{ raise (5 /* SIGTRAP */); }G_STMT_END

Function Documentation

G_BEGIN_DECLS void g_on_error_query ( const gchar prg_name)

Definition at line 87 of file gbacktrace.c.

void g_on_error_stack_trace ( const gchar prg_name)

Definition at line 156 of file gbacktrace.c.

Referenced by g_on_error_query().