Home
last modified time | relevance | path

Searched refs:SendWatchpointChangedEvent (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp74 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
83 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
88 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in ClearCallback()
255 SendWatchpointChangedEvent(enabled ? eWatchpointEventTypeEnabled in SetEnabled()
266 SendWatchpointChangedEvent(eWatchpointEventTypeTypeChanged); in SetWatchpointType()
279 SendWatchpointChangedEvent(eWatchpointEventTypeIgnoreChanged); in SetIgnoreCount()
302 SendWatchpointChangedEvent(eWatchpointEventTypeConditionChanged); in SetCondition()
312 void Watchpoint::SendWatchpointChangedEvent( in SendWatchpointChangedEvent() function in Watchpoint
323 void Watchpoint::SendWatchpointChangedEvent(WatchpointEventData *data) { in SendWatchpointChangedEvent() function in Watchpoint
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h205 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
207 void SendWatchpointChangedEvent(WatchpointEventData *data);