Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:WaitForEvent

1312             if (listener.WaitForEvent (&timeout, event_sp) == false)
2819 log->Printf ("ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp)...", __FUNCTION__, arg, process->GetID());
2820 if (listener.WaitForEvent (NULL, event_sp))
2906 log->Printf ("ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp) => false", __FUNCTION__, arg, process->GetID());