Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBContext.cpp193 ctx.Events().SetEvents(RNBContext::event_proc_stdio_available); in ThreadFunctionProcessStatus()
196 ctx.Events().WaitForResetAck(RNBContext::event_proc_stdio_available); in ThreadFunctionProcessStatus()
258 if (events & event_proc_stdio_available) in EventsAsString()
H A DRNBContext.h29 event_proc_stdio_available = 0x008, enumerator
36 event_proc_stdio_available | event_proc_profile_data |
H A Dlibdebugserver.cpp241 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
260 (set_events & RNBContext::event_proc_stdio_available)) { in RNBRunLoopInferiorExecuting()
H A Ddebugserver.cpp527 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
547 (set_events & RNBContext::event_proc_stdio_available)) { in RNBRunLoopInferiorExecuting()