HomeSort by relevance Sort by last modified time
    Searched refs:BroadcastEventByType (Results 1 - 6 of 6) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_broadcaster.py 9 obj.BroadcastEventByType(lldb.eBreakpointEventTypeInvalidType, True)
  /external/lldb/scripts/Python/interface/
SBBroadcaster.i 41 BroadcastEventByType (uint32_t event_type, bool unique = false);
  /external/lldb/include/lldb/API/
SBBroadcaster.h 38 BroadcastEventByType (uint32_t event_type, bool unique = false);
  /external/lldb/tools/driver/
IOChannel.cpp 410 BroadcastEventByType (eBroadcastBitThreadDidStart);
494 BroadcastEventByType (IOChannel::eBroadcastBitThreadDidExit);
517 BroadcastEventByType (eBroadcastBitThreadShouldExit);
Driver.cpp     [all...]
  /external/lldb/source/API/
SBBroadcaster.cpp 73 SBBroadcaster::BroadcastEventByType (uint32_t event_type, bool unique)
78 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (event_type=0x%8.8x, unique=%i)", m_opaque_ptr, event_type, unique);
95 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (SBEvent(%p), unique=%i)", m_opaque_ptr, event.get(), unique);

Completed in 87 milliseconds