Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h29 WatchpointEventData(lldb::WatchpointEventType sub_type,
38 lldb::WatchpointEventType GetWatchpointEventType() const;
44 static lldb::WatchpointEventType
54 lldb::WatchpointEventType m_watchpoint_event;
233 void SendWatchpointChangedEvent(lldb::WatchpointEventType eventKind);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp485 lldb::WatchpointEventType eventKind) { in SendWatchpointChangedEvent()
495 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData()
512 WatchpointEventType
530 WatchpointEventType
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h75 static lldb::WatchpointEventType
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp269 WatchpointEventType in EventIsWatchpointEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h424 FLAGS_ENUM(WatchpointEventType){ in FLAGS_ENUM() argument
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst677 WatchpointEventType section in Enumerators
675 .. _WatchpointEventType: global() target
692 LanguageTypeWatchpointEventType global() argument
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80533 lldb::WatchpointEventType result; in _wrap_SBWatchpoint_GetWatchpointEventTypeFromEvent()
80542 …result = (lldb::WatchpointEventType)lldb::SBWatchpoint::GetWatchpointEventTypeFromEvent((lldb::SBE… in _wrap_SBWatchpoint_GetWatchpointEventTypeFromEvent()