Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp71 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
80 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in SetCallback()
85 SendWatchpointChangedEvent(eWatchpointEventTypeCommandChanged); in ClearCallback()
252 SendWatchpointChangedEvent(enabled ? eWatchpointEventTypeEnabled in SetEnabled()
263 SendWatchpointChangedEvent(eWatchpointEventTypeTypeChanged); in SetWatchpointType()
276 SendWatchpointChangedEvent(eWatchpointEventTypeIgnoreChanged); in SetIgnoreCount()
299 SendWatchpointChangedEvent(eWatchpointEventTypeConditionChanged); in SetCondition()
309 void Watchpoint::SendWatchpointChangedEvent( in SendWatchpointChangedEvent() function in Watchpoint
320 void Watchpoint::SendWatchpointChangedEvent(WatchpointEventData *data) { in SendWatchpointChangedEvent() function in Watchpoint
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h202 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
204 void SendWatchpointChangedEvent(WatchpointEventData *data);