Searched refs:EventDataBytes (Results 1 – 6 of 6) sorted by relevance
/external/lldb/source/Core/ |
D | Event.cpp | 106 EventDataBytes::EventDataBytes () : in EventDataBytes() function in EventDataBytes 111 EventDataBytes::EventDataBytes (const char *cstr) : in EventDataBytes() function in EventDataBytes 117 EventDataBytes::EventDataBytes (const void *src, size_t src_len) : in EventDataBytes() function in EventDataBytes 123 EventDataBytes::~EventDataBytes() in ~EventDataBytes() 128 EventDataBytes::GetFlavorString () in GetFlavorString() 135 EventDataBytes::GetFlavor () const in GetFlavor() 137 return EventDataBytes::GetFlavorString (); in GetFlavor() 141 EventDataBytes::Dump (Stream *s) const in Dump() 157 EventDataBytes::GetBytes() const in GetBytes() 165 EventDataBytes::GetByteSize() const in GetByteSize() [all …]
|
D | StreamAsynchronousIO.cpp | 38 std::unique_ptr<EventDataBytes> data_bytes_ap (new EventDataBytes); in Flush()
|
D | Debugger.cpp | 194 …vent_sp (new Event(CommandInterpreter::eBroadcastBitResetPrompt, new EventDataBytes (new_prompt))); in SetPropertyValue() 260 …vent_sp (new Event(CommandInterpreter::eBroadcastBitResetPrompt, new EventDataBytes (new_prompt)))… in SetPrompt()
|
/external/lldb/include/lldb/Core/ |
D | Event.h | 58 class EventDataBytes : public EventData 64 EventDataBytes (); 66 EventDataBytes (const char *cstr); 68 EventDataBytes (const void *src, size_t src_len); 71 ~EventDataBytes(); 100 static const EventDataBytes * 115 DISALLOW_COPY_AND_ASSIGN (EventDataBytes);
|
/external/lldb/source/API/ |
D | SBEvent.cpp | 35 m_event_sp (new Event (event_type, new EventDataBytes (cstr, cstr_len))), in SBEvent() 211 … reinterpret_cast<const char *>(EventDataBytes::GetBytesFromEvent (event.get()))); in GetCStringFromEvent() 213 return reinterpret_cast<const char *>(EventDataBytes::GetBytesFromEvent (event.get())); in GetCStringFromEvent()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 978 …m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncContinue, new EventDataBytes (packet, packet… in DoAttachToProcessWithID() 1060 …m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncContinue, new EventDataBytes (packet.GetData… in DoAttachToProcessWithName() 1310 …m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncContinue, new EventDataBytes (continue_packe… in DoResume() 2832 … const EventDataBytes *continue_packet = EventDataBytes::GetEventDataFromEvent(event_sp.get()); in AsyncThread()
|