Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp85 SendBreakpointLocationChangedEvent(enabled ? eBreakpointEventTypeEnabled in SetEnabled()
99 SendBreakpointLocationChangedEvent(eBreakpointEventTypeAutoContinueChanged); in SetAutoContinue()
111 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadID()
133 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadIndex()
155 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetThreadName()
177 SendBreakpointLocationChangedEvent(eBreakpointEventTypeThreadChanged); in SetQueueName()
210 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
217 SendBreakpointLocationChangedEvent(eBreakpointEventTypeCommandChanged); in SetCallback()
226 SendBreakpointLocationChangedEvent(eBreakpointEventTypeConditionChanged); in SetCondition()
348 SendBreakpointLocationChangedEvent(eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h367 void SendBreakpointLocationChangedEvent(lldb::BreakpointEventType eventKind);