Searched refs:eBroadcastBitReadThreadDidExit (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBCommunication.h24 eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to inform clients. enumerator in enum:lldb::SBCommunication::__anon24378
/external/lldb/scripts/Python/interface/
H A DSBCommunication.i18 eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to inform clients.
/external/lldb/include/lldb/Core/
H A DCommunication.h79 /// eBroadcastBitReadThreadDidExit event will be broadcast. Clients
89 eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to inform clients. enumerator in enum:lldb_private::Communication::__anon24385
/external/lldb/source/Core/
H A DCommunication.cpp55 SetEventName (eBroadcastBitReadThreadDidExit, "read thread did exit");
172 listener.StartListeningForEvents (this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit);
182 if (event_type & eBroadcastBitReadThreadDidExit)
392 comm->BroadcastEvent (eBroadcastBitReadThreadDidExit);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2813 listener.StartListeningForEvents (&process->m_gdb_comm, Communication::eBroadcastBitReadThreadDidExit);
2896 if (event_type & Communication::eBroadcastBitReadThreadDidExit)

Completed in 618 milliseconds