Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h87 void SetWatchSpec(const std::string &str);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp84 void Watchpoint::SetWatchSpec(const std::string &str) { in SetWatchSpec() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp933 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()