Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h101 void SetWatchpointType (uint32_t type, bool notify = true);
/external/lldb/source/Breakpoint/
DWatchpoint.cpp322 Watchpoint::SetWatchpointType (uint32_t type, bool notify) in SetWatchpointType() function in Watchpoint
/external/lldb/source/Target/
DTarget.cpp613 wp_sp->SetWatchpointType(kind, notify); in CreateWatchpoint()