HomeSort by: relevance | last modified time | path
    Searched defs:check_quit_flag (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
extension-priv.h 240 bool (*check_quit_flag) (const struct extension_language_defn *); member in struct:extension_language_ops
extension.c 759 we require the non-cooperative extension language to call check_quit_flag
761 It is important for the extension language to call check_quit_flag if it
765 check_quit_flag is not called, the original SIGINT will be thrown.
798 || active_ext_lang->ops->check_quit_flag == nullptr);
818 || now_active->ops->check_quit_flag != NULL)
825 if (check_quit_flag ())
860 if (check_quit_flag ())
894 check_quit_flag ()
905 && extlang->ops->check_quit_flag != NULL)
906 if (extlang->ops->check_quit_flag (extlang)
887 check_quit_flag () function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
extension-priv.h 240 bool (*check_quit_flag) (const struct extension_language_defn *); member in struct:extension_language_ops
extension.c 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)
926 check_quit_flag () function
    [all...]

Completed in 17 milliseconds