Home | History | Annotate | Download | only in gdb

Lines Matching defs:resumed

186      the thread is resumed, this signal is delivered.  Note: the
191 before the target is resumed. */
332 bool resumed () const
335 /* Set the thread's 'm_resumed' field from RESUMED. The thread may also
336 be added to (when RESUMED is true), or removed from (when RESUMED is
338 void set_resumed (bool resumed);
498 /* Record the pc of the thread the last time it was resumed. (It
562 /* Node for list of threads that are resumed and have a pending wait status.
572 /* True if this thread is resumed from infrun's perspective.
574 resumed at the same time. This happens if we try to resume a
814 /* Marks or clears thread(s) PTID of TARG as resumed. If PTID is
819 ptid_t ptid, bool resumed);