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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 1333 - We don't use wait_for_event as that could delete lwps
2701 linux_process_target::wait_for_event (ptid_t ptid, int *wstatp, int options) function in class:linux_process_target
2995 pid = wait_for_event (ptid, &w, options);
3000 pid = wait_for_event (step_over_bkpt, &w, options & ~WNOHANG);
3022 /* wait_for_event only returns an exit status for the last
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 1332 - We don't use wait_for_event as that could delete lwps
2700 linux_process_target::wait_for_event (ptid_t ptid, int *wstatp, int options) function in class:linux_process_target
2994 pid = wait_for_event (ptid, &w, options);
2999 pid = wait_for_event (step_over_bkpt, &w, options & ~WNOHANG);
3021 /* wait_for_event only returns an exit status for the last

Completed in 26 milliseconds