Searched refs:check_quit_flag (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension.c679 we require the non-cooperative extension language to call check_quit_flag
681 It is important for the extension language to call check_quit_flag if it
685 check_quit_flag is not called, the original SIGINT will be thrown.
705 || now_active->ops->check_quit_flag != NULL)
712 if (check_quit_flag ())
736 if (check_quit_flag ())
746 extension language to call check_quit_flag. The extension language
775 check_quit_flag (void)
782 && extlang->ops->check_quit_flag != NULL)
783 if (extlang->ops->check_quit_flag (extlan
768 check_quit_flag (void) function
[all...]
H A Dextension-priv.h228 int (*check_quit_flag) (const struct extension_language_defn *); member in struct:extension_language_ops
H A Ddebuginfod-support.c62 if (check_quit_flag ())
H A Ddefs.h151 extern int check_quit_flag (void);
H A Devent-top.c896 this, and check_quit_flag clears it. Used by interruptible_select
996 if (check_quit_flag ())
H A Dremote-fileio.c311 if (check_quit_flag ())
319 int ctrl_c = check_quit_flag ();
H A Dremote-sim.c914 if (check_quit_flag ()) /* gdb's idea of quit */
H A Dtarget.c359 if (check_quit_flag ())
396 if (check_quit_flag ())
H A Dlinux-nat.c2093 if (check_quit_flag ())
H A Dsymfile.c1968 if (check_quit_flag ()
H A Dremote.c5482 if (check_quit_flag ())
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dextension.c711 we require the non-cooperative extension language to call check_quit_flag
713 It is important for the extension language to call check_quit_flag if it
717 check_quit_flag is not called, the original SIGINT will be thrown.
742 || now_active->ops->check_quit_flag != NULL)
749 if (check_quit_flag ())
773 if (check_quit_flag ())
783 extension language to call check_quit_flag. The extension language
812 check_quit_flag (void)
819 && extlang->ops->check_quit_flag != NULL)
820 if (extlang->ops->check_quit_flag (extlan
805 check_quit_flag (void) function
[all...]
H A Dextension-priv.h229 int (*check_quit_flag) (const struct extension_language_defn *); member in struct:extension_language_ops
H A Ddefs.h149 extern int check_quit_flag (void);
H A Ddebuginfod-support.c149 if (check_quit_flag ())
H A Dremote-fileio.c311 if (check_quit_flag ())
319 int ctrl_c = check_quit_flag ();
H A Devent-top.c1040 this, and check_quit_flag clears it. Used by interruptible_select
1141 if (check_quit_flag ())
H A Dremote-sim.c918 if (check_quit_flag ()) /* gdb's idea of quit */
H A Dtarget.c978 if (check_quit_flag ())
1015 if (check_quit_flag ())
H A Dsymfile.c1954 if (check_quit_flag ()
H A Dlinux-nat.c2016 if (check_quit_flag ())
H A Dremote.c5680 if (check_quit_flag ())

Completed in 587 milliseconds