Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h436 enum WatchpointWriteType { enum
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80929 lldb::WatchpointWriteType arg2 ; in _wrap_SBWatchpointOptions_SetWatchpointTypeWrite()
80939 arg2 = (lldb::WatchpointWriteType)lua_tointeger(L, 2); in _wrap_SBWatchpointOptions_SetWatchpointTypeWrite()
80955 lldb::WatchpointWriteType result; in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()
80964 …result = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWr… in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()