Home
last modified time | relevance | path

Searched refs:DNBProcessWaitForEvents (Results 1 – 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBContext.cpp152 …nub_event_t pid_status_event = DNBProcessWaitForEvents (pid, eEventProcessRunningStateChanged | eE… in ThreadFunctionProcessStatus()
DDNB.h105 nub_event_t DNBProcessWaitForEvents (nub_process_t pid, nub_event_t event_mask, bool wa…
DDNB.cpp337 nub_event_t set_events = DNBProcessWaitForEvents (pid, in DNBProcessAttach()
881 DNBProcessWaitForEvents (nub_process_t pid, nub_event_t event_mask, bool wait_for_set, struct times… in DNBProcessWaitForEvents() function
Ddebugserver.cpp284 …nub_event_t set_events = DNBProcessWaitForEvents (pid, eEventProcessRunningStateChanged | eEventPr… in RNBRunLoopLaunchInferior()
DChangeLog304 * DNB.h (DNBProcessWaitForEvent): Renamed to DNBProcessWaitForEvents.
309 * DNB.cpp (DNBProcessWaitForEvent): Renamed to DNBProcessWaitForEvents.
315 RNBRemote.cpp (RNBRemote::HandlePacket_v): Call DNBProcessWaitForEvents.