Home
last modified time | relevance | path

Searched refs:WatchpointEventType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h30 WatchpointEventData(lldb::WatchpointEventType sub_type,
39 lldb::WatchpointEventType GetWatchpointEventType() const;
45 static lldb::WatchpointEventType
55 lldb::WatchpointEventType m_watchpoint_event;
221 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp300 lldb::WatchpointEventType eventKind) { in SendWatchpointChangedEvent()
322 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData()
341 WatchpointEventType
359 WatchpointEventType
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBWatchpoint.h66 static lldb::WatchpointEventType
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBWatchpoint.cpp233 WatchpointEventType
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h438 FLAGS_ENUM(WatchpointEventType){ in FLAGS_ENUM() argument