Searched refs:RESUME_ALL (Results 1 – 2 of 2) sorted by relevance
233 #define RESUME_ALL (pid_to_ptid (-1)) macro581 resume_ptid = RESUME_ALL; /* Default */ in resume()1542 target_resume (RESUME_ALL, 0, TARGET_SIGNAL_0); in handle_inferior_event()1651 target_resume (RESUME_ALL, in handle_inferior_event()
6363 * infrun.c (RESUME_ALL): New macro representing the -1 ptid6365 (resume): Set resume_ptid to RESUME_ALL rather than -1.6366 (handle_inferior_event): Invoke target_resume() with RESUME_ALL