Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
347 SendBreakpointLocationChangedEvent(eBreakpointEventTypeIgnoreChanged); in SetIgnoreCount()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h367 void SendBreakpointLocationChangedEvent(lldb::BreakpointEventType eventKind);