Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocation.cpp114SendBreakpointLocationChangedEvent (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()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h475 SendBreakpointLocationChangedEvent (lldb::BreakpointEventType eventKind);