Searched refs:DNBProcessWaitForEvents (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 nub_event_t pid_status_event = DNBProcessWaitForEvents (pid, eEventProcessRunningStateChanged | eEventProcessStoppedStateChanged | eEventStdioAvailable | eEventProfileDataAvailable, true, NULL);
H A DDNB.h105 nub_event_t DNBProcessWaitForEvents (nub_process_t pid, nub_event_t event_mask, bool wait_for_set, struct timespec* timeout) DNB_EXPORT;
H A DDNB.cpp337 nub_event_t set_events = DNBProcessWaitForEvents (pid,
881 DNBProcessWaitForEvents (nub_process_t pid, nub_event_t event_mask, bool wait_for_set, struct timespec* timeout) function
H A Ddebugserver.cpp284 nub_event_t set_events = DNBProcessWaitForEvents (pid, eEventProcessRunningStateChanged | eEventProcessStoppedStateChanged, true, NULL);

Completed in 88 milliseconds