Home
last modified time | relevance | path

Searched refs:GetWatchpointTypeWrite (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i12 ) lldb::SBWatchpointOptions::GetWatchpointTypeWrite;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h34 lldb::WatchpointWriteType GetWatchpointTypeWrite() const;
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp67 WatchpointWriteType SBWatchpointOptions::GetWatchpointTypeWrite() const { in GetWatchpointTypeWrite() function in SBWatchpointOptions
H A DSBTarget.cpp1354 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()
1356 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeOnModify) in WatchpointCreateByAddress()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]