Improve G_BREAKPOINT docs. (#474899)

2007-09-09  Behdad Esfahbod  <behdad@gnome.org>

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


svn path=/trunk/; revision=5741
This commit is contained in:
Behdad Esfahbod 2007-09-09 20:06:04 +00:00 committed by Behdad Esfahbod
parent 1720335e7a
commit 78b57664f5
2 changed files with 14 additions and 1 deletions

View 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> Tue Aug 28 19:04:12 2007 Tim Janik <timj@gtk.org>
* glib/tmpl/memory_slices.sgml: clarified alignment * glib/tmpl/memory_slices.sgml: clarified alignment

View File

@ -233,7 +233,9 @@ If @prg_name is %NULL, g_get_prgname() is called to get the program name
<!-- ##### MACRO G_BREAKPOINT ##### --> <!-- ##### MACRO G_BREAKPOINT ##### -->
<para> <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> </para>