Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBWatchpointOptions.cpp60 } else if (write_type == eWatchpointWriteTypeAlways) { in SetWatchpointTypeWrite()
71 return eWatchpointWriteTypeAlways; in GetWatchpointTypeWrite()
HDSBTarget.cpp1354 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h443 eWatchpointWriteTypeAlways, enumerator
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81305 {SWIG_LUA_CONSTTAB_INT("eWatchpointWriteTypeAlways", (lldb::eWatchpointWriteTypeAlways))},