Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBEvent.cpp25 SBEvent::SBEvent() { LLDB_INSTRUMENT_VA(this); } in SBEvent() function in SBEvent
27 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent() function in SBEvent
33 SBEvent::SBEvent(EventSP &event_sp) in SBEvent() function in SBEvent
38 SBEvent::SBEvent(Event *event_ptr) : m_opaque_ptr(event_ptr) { in SBEvent() function in SBEvent
42 SBEvent::SBEvent(const SBEvent &rhs) in SBEvent() function in SBEvent
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBroadcaster.h67 friend class SBEvent; variable
H A DSBProcess.h21 class SBEvent; variable
H A DSBStream.h68 friend class SBEvent; variable
H A DSBDefines.h53 class LLDB_API SBEvent; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h28 class SBEvent; variable
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCodeForward.h28 class SBEvent; variable