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.cpp80 SendBreakpointLocationChangedEvent(enabled ? eBreakpointEventTypeEnabled in SetEnabled()
94 SendBreakpointLocationChangedEvent(eBreakpointEventTypeAutoContinueChanged); in SetAutoContinue()
99 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadID()
120 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadIndex()
141 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadName()
162 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetQueueName()
192 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
199 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
208 SendBreakpointLocationChangedEvent(eBreakpointEventTypeConditionChanged); in SetCondition()
333 SendBreakpointLocationChangedEvent(eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h398 void SendBreakpointLocationChangedEvent(lldb::BreakpointEventType eventKind);