Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h33 void SetWatchpointTypeWrite(lldb::WatchpointWriteType write_type);
34 lldb::WatchpointWriteType GetWatchpointTypeWrite() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp56 WatchpointWriteType write_type) { in SetWatchpointTypeWrite()
67 WatchpointWriteType SBWatchpointOptions::GetWatchpointTypeWrite() const { in GetWatchpointTypeWrite()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h436 enum WatchpointWriteType { enum
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77646 lldb::WatchpointWriteType arg2 ; in _wrap_SBWatchpointOptions_SetWatchpointTypeWrite()
77656 arg2 = (lldb::WatchpointWriteType)lua_tointeger(L, 2); in _wrap_SBWatchpointOptions_SetWatchpointTypeWrite()
77672 lldb::WatchpointWriteType result; in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()
77681 …result = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWr… in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()