Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp102SendBreakpointLocationChangedEvent (enabled ? eBreakpointEventTypeEnabled : eBreakpointEventTypeDi… in SetEnabled()
117 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetThreadID()
141 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetThreadIndex()
166 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetThreadName()
190 SendBreakpointLocationChangedEvent (eBreakpointEventTypeThreadChanged); in SetQueueName()
218 SendBreakpointLocationChangedEvent (eBreakpointEventTypeCommandChanged); in SetCallback()
226 SendBreakpointLocationChangedEvent (eBreakpointEventTypeCommandChanged); in SetCallback()
240 SendBreakpointLocationChangedEvent (eBreakpointEventTypeConditionChanged); in SetCondition()
371 SendBreakpointLocationChangedEvent (eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
665 BreakpointLocation::SendBreakpointLocationChangedEvent (lldb::BreakpointEventType eventKind) in SendBreakpointLocationChangedEvent() function in BreakpointLocation
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h394 SendBreakpointLocationChangedEvent (lldb::BreakpointEventType eventKind);