Home
last modified time | relevance | path

Searched refs:eventKind (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpoint.cpp389 Watchpoint::SendWatchpointChangedEvent (lldb::WatchpointEventType eventKind) in SendWatchpointChangedEvent() argument
394 … WatchpointEventData *data = new Watchpoint::WatchpointEventData (eventKind, shared_from_this()); in SendWatchpointChangedEvent()
HDBreakpointLocation.cpp701 BreakpointLocation::SendBreakpointLocationChangedEvent (lldb::BreakpointEventType eventKind) in SendBreakpointLocationChangedEvent() argument
707 Breakpoint::BreakpointEventData *data = new Breakpoint::BreakpointEventData (eventKind, in SendBreakpointLocationChangedEvent()
HDBreakpoint.cpp679 Breakpoint::SendBreakpointChangedEvent (lldb::BreakpointEventType eventKind) in SendBreakpointChangedEvent() argument
685 … BreakpointEventData *data = new Breakpoint::BreakpointEventData (eventKind, shared_from_this()); in SendBreakpointChangedEvent()
/trueos/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h455 SendBreakpointLocationChangedEvent (lldb::BreakpointEventType eventKind);
HDWatchpoint.h242 SendWatchpointChangedEvent (lldb::WatchpointEventType eventKind);
HDBreakpoint.h667 SendBreakpointChangedEvent (lldb::BreakpointEventType eventKind);