Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp60 } else if (write_type == eWatchpointWriteTypeAlways) { in SetWatchpointTypeWrite()
71 return eWatchpointWriteTypeAlways; in GetWatchpointTypeWrite()
H A DSBTarget.cpp1347 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h443 eWatchpointWriteTypeAlways, enumerator
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78021 {SWIG_LUA_CONSTTAB_INT("eWatchpointWriteTypeAlways", lldb::eWatchpointWriteTypeAlways)},