Home
last modified time | relevance | path

Searched refs:eBroadcastBitReadThreadDidExit (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Core/
DCommunication.cpp55 SetEventName (eBroadcastBitReadThreadDidExit, "read thread did exit"); in Communication()
172 …r.StartListeningForEvents (this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()
182 if (event_type & eBroadcastBitReadThreadDidExit) in Read()
392 comm->BroadcastEvent (eBroadcastBitReadThreadDidExit); in ReadThread()
/external/lldb/scripts/Python/interface/
DSBCommunication.i18eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
/external/lldb/include/lldb/API/
DSBCommunication.h24eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
/external/lldb/include/lldb/Core/
DCommunication.h89eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2813 …ener.StartListeningForEvents (&process->m_gdb_comm, Communication::eBroadcastBitReadThreadDidExit); in AsyncThread()
2896 if (event_type & Communication::eBroadcastBitReadThreadDidExit) in AsyncThread()
/external/lldb/www/python_reference/
Dapi-objects.txt2582 lldb.SBCommunication.eBroadcastBitReadThreadDidExit lldb.SBCommunication-class.html#eBroadcastBitRe…