Home
last modified time | relevance | path

Searched refs:WatchpointValueKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp302 WatchpointValueKind SBWatchpoint::GetWatchValueKind() { in GetWatchValueKind()
310 return WatchpointValueKind::eWatchPointValueKindVariable; in GetWatchValueKind()
311 return WatchpointValueKind::eWatchPointValueKindExpression; in GetWatchValueKind()
313 return WatchpointValueKind::eWatchPointValueKindInvalid; in GetWatchValueKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h82 WatchpointValueKind GetWatchValueKind();
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1264 enum WatchpointValueKind { enum
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77328 lldb::WatchpointValueKind result; in _wrap_SBWatchpoint_GetWatchValueKind()
77337 result = (lldb::WatchpointValueKind)(arg1)->GetWatchValueKind(); in _wrap_SBWatchpoint_GetWatchValueKind()