Home
last modified time | relevance | path

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

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