Improve G_BREAKPOINT docs. (#474899)
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 9 Sep 2007 20:06:04 +0000 (20:06 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 9 Sep 2007 20:06:04 +0000 (20:06 +0000)
2007-09-09  Behdad Esfahbod  <behdad@gnome.org>

        * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899)

svn path=/trunk/; revision=5741

docs/reference/ChangeLog
docs/reference/glib/tmpl/warnings.sgml

index 6a003d3..dc8653d 100644 (file)
@@ -1,3 +1,14 @@
+2007-09-09  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899)
+
+2007-09-05  Behdad Esfahbod  <behdad@gnome.org>
+
+       * 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  <timj@gtk.org>
 
        * glib/tmpl/memory_slices.sgml: clarified alignment
index 51a3db1..496d7e6 100644 (file)
@@ -233,7 +233,9 @@ If @prg_name is %NULL, g_get_prgname() is called to get the program name
 
 <!-- ##### MACRO G_BREAKPOINT ##### -->
 <para>
-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.
 </para>