Home
last modified time | relevance | path

Searched refs:SetWatchpointTypeRead (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i6 ) lldb::SBWatchpointOptions::SetWatchpointTypeRead;
/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h29 void SetWatchpointTypeRead(bool read);
/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp48 void SBWatchpointOptions::SetWatchpointTypeRead(bool read) { in SetWatchpointTypeRead() function in SBWatchpointOptions
H A DSBTarget.cpp1344 options.SetWatchpointTypeRead(read); in WatchpointCreateByAddress()
/llvm-project/lldb/tools/lldb-dap/
H A DWatchpoint.cpp28 options.SetWatchpointTypeRead(accessType != "write"); in SetHitCondition()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py57 wp_opts.SetWatchpointTypeRead(True)