Home
last modified time | relevance | path

Searched defs:SBEvent (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBEvent.cpp25 SBEvent::SBEvent() : m_event_sp(), m_opaque_ptr(nullptr) { in SBEvent() function in SBEvent
29 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent() function in SBEvent
36 SBEvent::SBEvent(EventSP &event_sp) in SBEvent() function in SBEvent
41 SBEvent::SBEvent(Event *event_ptr) : m_event_sp(), m_opaque_ptr(event_ptr) { in SBEvent() function in SBEvent
45 SBEvent::SBEvent(const SBEvent &rhs) in SBEvent() function in SBEvent
/external/llvm-project/lldb/include/lldb/API/
DSBBroadcaster.h66 friend class SBEvent; variable
DSBProcess.h21 class SBEvent; variable
DSBStream.h68 friend class SBEvent; variable
DSBDefines.h41 class LLDB_API SBEvent; variable
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h28 class SBEvent; variable