Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.cpp170 nub_event_t pid_status_event = DNBProcessWaitForEvents( in ThreadFunctionProcessStatus()
H A DDNB.h168 nub_event_t DNBProcessWaitForEvents(nub_process_t pid, nub_event_t event_mask,
H A DDNB.cpp512 DNBProcessWaitForEvents(pid, eEventProcessRunningStateChanged | in DNBProcessAttach()
1137 nub_event_t DNBProcessWaitForEvents(nub_process_t pid, nub_event_t event_mask, in DNBProcessWaitForEvents() function
H A Ddebugserver.cpp305 DNBProcessWaitForEvents(pid, eEventProcessRunningStateChanged | in RNBRunLoopLaunchInferior()
H A DChangeLog304 * DNB.h (DNBProcessWaitForEvent): Renamed to DNBProcessWaitForEvents.
309 * DNB.cpp (DNBProcessWaitForEvent): Renamed to DNBProcessWaitForEvents.
315 RNBRemote.cpp (RNBRemote::HandlePacket_v): Call DNBProcessWaitForEvents.