Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBEvent.cpp24 SBEvent::SBEvent() { LLDB_INSTRUMENT_VA(this); } in SBEvent() function in SBEvent
26 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
/llvm-project/lldb/examples/python/templates/
H A Dscripted_thread_plan.py20 def explains_stop(self, event: lldb.SBEvent) -> bool:
41 def should_stop(self, event: lldb.SBEvent) -> bool:
/llvm-project/lldb/include/lldb/API/
H A DSBBroadcaster.h67 friend class SBEvent; variable
H A DSBProcess.h27 class SBEvent; variable
[all...]
H A DSBStream.h80 friend class SBEvent; variable
H A DSBDefines.h69 class LLDB_API SBEvent; global() variable
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h28 class SBEvent; variable
/llvm-project/lldb/tools/lldb-dap/
H A DDAPForward.h28 class SBEvent; global() variable