Home
last modified time | relevance | path

Searched refs:SetWatchpointType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h83 void SetWatchpointType(uint32_t type, bool notify = true);
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpoint.cpp255 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() function in Watchpoint
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp869 wp_sp->SetWatchpointType(kind, notify); in CreateWatchpoint()