Home | History | Annotate | Download | only in gdb

Lines Matching defs:check_quit_flag

804    we require the non-cooperative extension language to call check_quit_flag
806 It is important for the extension language to call check_quit_flag if it
810 check_quit_flag is not called, the original SIGINT will be thrown.
841 || active_ext_lang->ops->check_quit_flag == nullptr);
861 || now_active->ops->check_quit_flag != NULL)
868 if (check_quit_flag ())
901 if (check_quit_flag ())
933 check_quit_flag ()
942 && extlang->ops->check_quit_flag != NULL)
943 if (extlang->ops->check_quit_flag (extlang))