Home
last modified time | relevance | path

Searched refs:eventKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h377 void SendBreakpointLocationChangedEvent(lldb::BreakpointEventType eventKind);
H A DWatchpoint.h233 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
H A DBreakpoint.h672 void SendBreakpointChangedEvent(lldb::BreakpointEventType eventKind);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp485 lldb::WatchpointEventType eventKind) { in SendWatchpointChangedEvent() argument
489 std::make_shared<WatchpointEventData>(eventKind, shared_from_this()); in SendWatchpointChangedEvent()
H A DBreakpointLocation.cpp646 lldb::BreakpointEventType eventKind) { in SendBreakpointLocationChangedEvent() argument
650 eventKind, m_owner.shared_from_this()); in SendBreakpointLocationChangedEvent()
H A DBreakpoint.cpp978 lldb::BreakpointEventType eventKind) { in SendBreakpointChangedEvent() argument
982 std::make_shared<BreakpointEventData>(eventKind, shared_from_this()); in SendBreakpointChangedEvent()