Lines Matching refs:SendBreakpointLocationChangedEvent
85 SendBreakpointLocationChangedEvent(enabled ? eBreakpointEventTypeEnabled in SetEnabled()
99 SendBreakpointLocationChangedEvent(eBreakpointEventTypeAutoContinueChanged); in SetAutoContinue()
111 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadID()
133 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadIndex()
155 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadName()
177 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetQueueName()
210 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
217 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
226 SendBreakpointLocationChangedEvent(eBreakpointEventTypeConditionChanged); in SetCondition()
348 SendBreakpointLocationChangedEvent(eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
465 SendBreakpointLocationChangedEvent(eBreakpointEventTypeLocationsResolved); in SetBreakpointSite()
647 void BreakpointLocation::SendBreakpointLocationChangedEvent( in SendBreakpointLocationChangedEvent() function in BreakpointLocation