Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h84 void SetWatchpointType(uint32_t type, bool notify = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp247 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp852 wp_sp->SetWatchpointType(kind, notify); in CreateWatchpoint()