Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpoint.cpp70 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
79 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
84 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in ClearCallback()
251 SendWatchpointChangedEvent(enabled ? eWatchpointEventTypeEnabled in SetEnabled()
262 SendWatchpointChangedEvent(eWatchpointEventTypeTypeChanged); in SetWatchpointType()
275 SendWatchpointChangedEvent(eWatchpointEventTypeIgnoreChanged); in SetIgnoreCount()
298 SendWatchpointChangedEvent(eWatchpointEventTypeConditionChanged); in SetCondition()
308 void Watchpoint::SendWatchpointChangedEvent( in SendWatchpointChangedEvent() function in Watchpoint
319 void Watchpoint::SendWatchpointChangedEvent(WatchpointEventData *data) { in SendWatchpointChangedEvent() function in Watchpoint
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h202 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
204 void SendWatchpointChangedEvent(WatchpointEventData *data);