Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h364 void SendBreakpointLocationChangedEvent(lldb::BreakpointEventType eventKind);