Home
last modified time | relevance | path

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

/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i12 ) lldb::SBWatchpointOptions::GetWatchpointTypeWrite;
/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h34 lldb::WatchpointWriteType GetWatchpointTypeWrite() const;
/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp67 WatchpointWriteType SBWatchpointOptions::GetWatchpointTypeWrite() const { in GetWatchpointTypeWrite() function in SBWatchpointOptions
H A DSBTarget.cpp1361 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()
1363 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeOnModify) in WatchpointCreateByAddress()