Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h83 void SetWatchpointType(uint32_t type, bool notify = true);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp259 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() function in Watchpoint
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp875 wp_sp->SetWatchpointType(kind, notify); in CreateWatchpoint()