mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 14:13:41 +02:00
G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de>
-Yosh
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Wed Oct 28 00:49:32 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: G_BREAKPOINT for alpha from Robert Wilhelm
|
||||
<robert@physiol.med.tu-muenchen.de>
|
||||
|
||||
Tue Oct 27 07:25:53 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h:
|
||||
|
4
glib.h
4
glib.h
@@ -336,7 +336,9 @@ extern "C" {
|
||||
*/
|
||||
#if defined (__i386__) && defined (__GNUC__)
|
||||
#define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("int $03"); }G_STMT_END
|
||||
#else /* !__i386__ */
|
||||
#elif defined (__alpha__) && defined (__GNUC__)
|
||||
#define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("bpt"); }G_STMT_END
|
||||
#else /* !__i386__ && !__alpha__ */
|
||||
#define G_BREAKPOINT()
|
||||
#endif /* __i386__ */
|
||||
|
||||
|
@@ -336,7 +336,9 @@ extern "C" {
|
||||
*/
|
||||
#if defined (__i386__) && defined (__GNUC__)
|
||||
#define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("int $03"); }G_STMT_END
|
||||
#else /* !__i386__ */
|
||||
#elif defined (__alpha__) && defined (__GNUC__)
|
||||
#define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("bpt"); }G_STMT_END
|
||||
#else /* !__i386__ && !__alpha__ */
|
||||
#define G_BREAKPOINT()
|
||||
#endif /* __i386__ */
|
||||
|
||||
|
Reference in New Issue
Block a user