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

  /src/external/gpl3/gdb/dist/gdb/
thread-fsm.h 96 virtual bool should_notify_stop () function in struct:thread_fsm
infcall.c 596 bool should_notify_stop () override;
646 to call call normal_stop, which is only done if should_notify_stop
655 if (!this->should_notify_stop ())
665 /* Implementation of should_notify_stop method for infcalls. */
668 call_thread_fsm::should_notify_stop () function in class:call_thread_fsm
infrun.c 4727 bool should_notify_stop = true;
4748 should_notify_stop = false;
4752 should_notify_stop
4753 = thr->thread_fsm ()->should_notify_stop ();
4755 if (should_notify_stop)
4721 bool should_notify_stop = true; local
  /src/external/gpl3/gdb.old/dist/gdb/
thread-fsm.h 96 virtual bool should_notify_stop () function in struct:thread_fsm
infcall.c 596 bool should_notify_stop () override;
646 to call call normal_stop, which is only done if should_notify_stop
655 if (!this->should_notify_stop ())
665 /* Implementation of should_notify_stop method for infcalls. */
668 call_thread_fsm::should_notify_stop () function in class:call_thread_fsm
infrun.c 4722 bool should_notify_stop = true;
4743 should_notify_stop = false;
4747 should_notify_stop
4748 = thr->thread_fsm ()->should_notify_stop ();
4750 if (should_notify_stop)
4716 bool should_notify_stop = true; local

Completed in 44 milliseconds