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