From 78b57664f56d14440e7623f6b10399d9c2458f67 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Sep 2007 20:06:04 +0000 Subject: [PATCH] Improve G_BREAKPOINT docs. (#474899) 2007-09-09 Behdad Esfahbod * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899) svn path=/trunk/; revision=5741 --- docs/reference/ChangeLog | 11 +++++++++++ docs/reference/glib/tmpl/warnings.sgml | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 6a003d3..dc8653d 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 51a3db1..496d7e6 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. -- 2.7.4