Lines Matching refs:SendBreakpointLocationChangedEvent
88 SendBreakpointLocationChangedEvent(enabled ? eBreakpointEventTypeEnabled in SetEnabled()
102 SendBreakpointLocationChangedEvent(eBreakpointEventTypeAutoContinueChanged); in SetAutoContinue()
114 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadID()
136 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadIndex()
158 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadName()
180 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetQueueName()
206 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
213 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
222 SendBreakpointLocationChangedEvent(eBreakpointEventTypeConditionChanged); in SetCondition()
344 SendBreakpointLocationChangedEvent(eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
469 SendBreakpointLocationChangedEvent(eBreakpointEventTypeLocationsResolved); in SetBreakpointSite()
644 void BreakpointLocation::SendBreakpointLocationChangedEvent( in SendBreakpointLocationChangedEvent() function in BreakpointLocation