Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp84 SendBreakpointLocationChangedEvent(enabled ? eBreakpointEventTypeEnabled in SetEnabled()
98 SendBreakpointLocationChangedEvent(eBreakpointEventTypeAutoContinueChanged); in SetAutoContinue()
103 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadID()
125 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadIndex()
147 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadName()
169 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetQueueName()
202 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
209 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
218 SendBreakpointLocationChangedEvent(eBreakpointEventTypeConditionChanged); in SetCondition()
340 SendBreakpointLocationChangedEvent(eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h377 void SendBreakpointLocationChangedEvent(lldb::BreakpointEventType eventKind);