Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h83 void SetWatchpointType(uint32_t type, bool notify = true);
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp256 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() function in Watchpoint
/external/llvm-project/lldb/source/Target/
DTarget.cpp843 wp_sp->SetWatchpointType(kind, notify); in CreateWatchpoint()