Searched defs:eBroadcastBitReadThreadGotBytes (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBCommunication.h23 eBroadcastBitReadThreadGotBytes = (1 << 1), ///< Sent by the read thread when bytes become available. enumerator in enum:lldb::SBCommunication::__anon24378
/external/lldb/include/lldb/Core/
H A DCommunication.h68 /// class will broadcast a \b eBroadcastBitReadThreadGotBytes event.
72 /// false. This will cause the \b eBroadcastBitReadThreadGotBytes event
88 eBroadcastBitReadThreadGotBytes = (1 << 1), ///< Sent by the read thread when bytes become available. enumerator in enum:lldb_private::Communication::__anon24385
186 /// eBroadcastBitReadThreadGotBytes event. If this function consumes
188 /// \a eBroadcastBitReadThreadGotBytes event bit.
267 /// eBroadcastBitReadThreadGotBytes event.
303 /// \b eBroadcastBitReadThreadGotBytes event.
369 /// eBroadcastBitReadThreadGotBytes event to be broadcast if \a
377 /// suppress the broadcasting of the \a eBroadcastBitReadThreadGotBytes
392 /// empties the data cache, the \b eBroadcastBitReadThreadGotBytes even
[all...]

Completed in 106 milliseconds