Home
last modified time | relevance | path

Searched refs:event_proc_stdio_available (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBContext.cpp165 ctx.Events().SetEvents (RNBContext::event_proc_stdio_available); in ThreadFunctionProcessStatus()
167 ctx.Events().WaitForResetAck(RNBContext::event_proc_stdio_available); in ThreadFunctionProcessStatus()
225 if (events & event_proc_stdio_available) in EventsAsString()
DRNBContext.h31 event_proc_stdio_available = 0x08, enumerator
39 event_proc_stdio_available |
Dlibdebugserver.cpp245 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
260 (set_events & RNBContext::event_proc_stdio_available)) in RNBRunLoopInferiorExecuting()
Ddebugserver.cpp505 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
521 (set_events & RNBContext::event_proc_stdio_available)) in RNBRunLoopInferiorExecuting()