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.h443 enum WatchpointWriteType { enum
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82323 lldb::WatchpointWriteType arg2 ; in _wrap_SBWatchpointOptions_SetWatchpointTypeWrite()
82333 arg2 = (lldb::WatchpointWriteType)lua_tointeger(L, 2); in _wrap_SBWatchpointOptions_SetWatchpointTypeWrite()
82349 lldb::WatchpointWriteType result; in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()
82358 …result = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWr… in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()