From: Behdad Esfahbod Date: Sun, 9 Sep 2007 20:06:04 +0000 (+0000) Subject: Improve G_BREAKPOINT docs. (#474899) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=78b57664f56d14440e7623f6b10399d9c2458f67;p=dana%2Fcg-glib.git Improve G_BREAKPOINT docs. (#474899) 2007-09-09 Behdad Esfahbod * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899) svn path=/trunk/; revision=5741 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 6a003d37..dc8653df 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,14 @@ +2007-09-09 Behdad Esfahbod + + * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899) + +2007-09-05 Behdad Esfahbod + + * glib/tmpl/glib-unused.sgml: + * glib/tmpl/macros_misc.sgml: + * glib/tmpl/main.sgml: + * gobject/tmpl/gparamspec.sgml: + Tue Aug 28 19:04:12 2007 Tim Janik * glib/tmpl/memory_slices.sgml: clarified alignment diff --git a/docs/reference/glib/tmpl/warnings.sgml b/docs/reference/glib/tmpl/warnings.sgml index 51a3db1f..496d7e6b 100644 --- a/docs/reference/glib/tmpl/warnings.sgml +++ b/docs/reference/glib/tmpl/warnings.sgml @@ -233,7 +233,9 @@ If @prg_name is %NULL, g_get_prgname() is called to get the program name -Inserts a breakpoint instruction into the code (on x86 machines only). +Inserts a breakpoint instruction into the code. On x86 and alpha systems +this is implemented as a soft interrupt and on other architectures it raises +a %SIGTRAP signal.