Home
last modified time | relevance | path

Searched refs:SetWatchpointTypeWrite (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py55 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)
130 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)
/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i10 ) lldb::SBWatchpointOptions::SetWatchpointTypeWrite;
/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h33 void SetWatchpointTypeWrite(lldb::WatchpointWriteType write_type);
/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp55 void SBWatchpointOptions::SetWatchpointTypeWrite( in SetWatchpointTypeWrite() function in SBWatchpointOptions
H A DSBTarget.cpp1345 options.SetWatchpointTypeWrite(eWatchpointWriteTypeOnModify); in WatchpointCreateByAddress()
/llvm-project/lldb/tools/lldb-dap/
H A DWatchpoint.cpp30 options.SetWatchpointTypeWrite(lldb::eWatchpointWriteTypeOnModify); in SetHitCondition()
/llvm-project/lldb/test/API/functionalities/watchpoint/large-watchpoint/
H A DTestLargeWatchpoint.py49 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoWatchpointSupportInfo.py62 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)
/llvm-project/lldb/test/API/functionalities/watchpoint/unaligned-spanning-two-dwords/
H A DTestUnalignedSpanningDwords.py52 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py58 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)
/llvm-project/lldb/test/API/functionalities/watchpoint/unaligned-large-watchpoint/
H A DTestUnalignedLargeWatchpoint.py58 wp_opts.SetWatchpointTypeWrite(lldb.eWatchpointWriteTypeOnModify)