gmessages: make _g_log_abort() do only breakpoints again
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 3 Dec 2013 14:35:50 +0000 (15:35 +0100)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 3 Dec 2013 14:56:47 +0000 (15:56 +0100)
commitbff76bc36ff2b158bb702f9d579e2ff039a252b0
tree343562fc7f40bf9481f65bf9cd245f9e99e6fb22
parent2baa50ee4fde91f89692e00b1fc4fa39713be799
gmessages: make _g_log_abort() do only breakpoints again

Commit e53caad4 makes _g_log_abort() noreturn by calling abort()
unconditionally.

However, it is useful to be able to skip some log_abort() with a
debugger, to reach a point of interest. Revert back to previous
behaviour. Make g_assert_warning() noreturn by calling abort().

https://bugzilla.gnome.org/show_bug.cgi?id=711800
glib/gmessages.c