~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to glib/gbacktrace.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
static void stack_trace (char **args);
90
90
#endif
91
91
 
92
 
extern volatile gboolean glib_on_error_halt;
 
92
/* People want to hit this from their debugger... */
 
93
GLIB_AVAILABLE_IN_ALL volatile gboolean glib_on_error_halt;
93
94
volatile gboolean glib_on_error_halt = TRUE;
94
95
 
95
96
/**