Lines Matching refs:SendBreakpointLocationChangedEvent
114 …SendBreakpointLocationChangedEvent (enabled ? eBreakpointEventTypeEnabled : eBreakpointEventTypeDi… in SetEnabled()
129 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetThreadID()
153 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetThreadIndex()
178 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetThreadName()
202 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetQueueName()
230 SendBreakpointLocationChangedEvent (eBreakpointEventTypeCommandChanged); in SetCallback()
238 SendBreakpointLocationChangedEvent (eBreakpointEventTypeCommandChanged); in SetCallback()
252 SendBreakpointLocationChangedEvent (eBreakpointEventTypeConditionChanged); in SetCondition()
382 SendBreakpointLocationChangedEvent (eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
537 SendBreakpointLocationChangedEvent (eBreakpointEventTypeLocationsResolved); in SetBreakpointSite()
729 BreakpointLocation::SendBreakpointLocationChangedEvent (lldb::BreakpointEventType eventKind) in SendBreakpointLocationChangedEvent() function in BreakpointLocation