Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp63 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
72 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
77 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in ClearCallback()
243 SendWatchpointChangedEvent(enabled ? eWatchpointEventTypeEnabled in SetEnabled()
254 SendWatchpointChangedEvent(eWatchpointEventTypeTypeChanged); in SetWatchpointType()
267 SendWatchpointChangedEvent(eWatchpointEventTypeIgnoreChanged); in SetIgnoreCount()
289 SendWatchpointChangedEvent(eWatchpointEventTypeConditionChanged); in SetCondition()
299 void Watchpoint::SendWatchpointChangedEvent( in SendWatchpointChangedEvent() function in Watchpoint
310 void Watchpoint::SendWatchpointChangedEvent(WatchpointEventData *data) { in SendWatchpointChangedEvent() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h221 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
223 void SendWatchpointChangedEvent(WatchpointEventData *data);