HomeSort by: relevance | last modified time | path
    Searched refs:target_wait (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/target/
target.h 133 _NOT_ OK to throw_exception() out of target_wait() without popping
139 extern ptid_t target_wait (ptid_t ptid, struct target_waitstatus *status,
  /src/external/gpl3/gdb.old/dist/gdb/target/
target.h 133 _NOT_ OK to throw_exception() out of target_wait() without popping
139 extern ptid_t target_wait (ptid_t ptid, struct target_waitstatus *status,
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 143 ret = target_wait (ptid, ourstatus, options);
195 target_wait (ptid_t ptid, struct target_waitstatus *status, function
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 143 ret = target_wait (ptid, ourstatus, options);
195 target_wait (ptid_t ptid, struct target_waitstatus *status, function
  /src/external/gpl3/gdb/dist/gdb/nat/
fork-inferior.c 473 event_ptid = target_wait (resume_ptid, &ws, 0);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c 479 event_ptid = target_wait (resume_ptid, &ws, 0);
  /src/external/gpl3/gdb/dist/gdb/
target.c 2568 target_wait (ptid_t ptid, struct target_waitstatus *status, function
3839 target_wait (ptid, &status, 0);
gdbarch_components.py 2074 (target_wait, target_resume, etc.).
infrun.c 405 event returned by target_wait().
3825 things up so that the target_wait() is forced to eventually
3995 infrun_debug_printf ("target_wait (%s [%s], status) =",
4027 /* Wrapper for target_wait that first checks whether threads have
4029 more events. INF is the inferior we're using to call target_wait
4150 return target_wait (ptid, status, options);
4153 /* Wrapper for target_wait that first checks whether threads have
5250 event_ptid = target_wait (minus_one_ptid, ws, TARGET_WNOHANG);
5543 ("target_wait %s, saving status for %s",
9177 target_wait. *
    [all...]
remote.c 4937 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG);
7940 event loop to get back to target_wait soon. */
7959 core side, tell the event loop to get back to target_wait soon. */
8613 /* The non-stop mode version of target_wait. */
10430 in target_wait(). If this timer times out, then it generates an error and
  /src/external/gpl3/gdb.old/dist/gdb/
target.c 2565 target_wait (ptid_t ptid, struct target_waitstatus *status, function
3809 target_wait (ptid, &status, 0);
gdbarch_components.py 2037 (target_wait, target_resume, etc.).
infrun.c 403 event returned by target_wait().
3820 things up so that the target_wait() is forced to eventually
3990 infrun_debug_printf ("target_wait (%s [%s], status) =",
4022 /* Wrapper for target_wait that first checks whether threads have
4024 more events. INF is the inferior we're using to call target_wait
4145 return target_wait (ptid, status, options);
4148 /* Wrapper for target_wait that first checks whether threads have
5245 event_ptid = target_wait (minus_one_ptid, ws, TARGET_WNOHANG);
5538 ("target_wait %s, saving status for %s",
9143 target_wait. *
    [all...]
remote.c 4913 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG);
7906 event loop to get back to target_wait soon. */
7925 core side, tell the event loop to get back to target_wait soon. */
8572 /* The non-stop mode version of target_wait. */
10334 in target_wait(). If this timer times out, then it generates an error and

Completed in 134 milliseconds